Skip to content

Fix notice in wp 5.2.3 #187

Description

@abmcr

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions