jchristopher / attachments

[WordPress Plugin] Attachments allows you to simply append any number of items from your WordPress Media Library to Posts, Pages, and Custom Post Types
wordpress.org/extend/plugins/attachments/
GNU General Public License v2.0
241 stars 78 forks source link

Fix notice in wp 5.2.3 #187

Open abmcr opened 4 years ago

abmcr commented 4 years ago

In /fields/class.field.wysiwyg.php at line 138 replace the existing line

return wp_richedit_pre( $value );

with this

return format_for_editor( $value );

because wp_richedit_pre is deprecated from version 4.3.0