• Resolved lschaeffer

    (@lschaeffer)


    I’ve been getting the following errors when going to add/edit a post. They started appearing after updating WordPress to version 5.5. These errors disappear if I disable the Revisionary plugin.

    Deprecated: attribute_escape is deprecated since version 2.8.0! Use esc_attr() instead. in /wp-includes/functions.php on line 4773

    Deprecated: attribute_escape is deprecated since version 2.8.0! Use esc_attr() instead. in wp-includes/functions.php on line 4773

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    @lschaeffer Those are known errors that we will resolve with the upcoming release, planned for tomorrow morning. We will update the Revisions compatibility tag to 5.5 at that time. For now you can prevent onscreen display of the errors by adding the following lines to wp-config.php, under the other constant definitions:

    
    ini_set('display_errors','Off');
    define('WP_DEBUG_DISPLAY', false);
    
    • This reply was modified 5 years, 10 months ago by Kevin Behrens.
    Plugin Author Steve Burge

    (@stevejburge)

    Hi @lschaeffer. Thanks for reporting this issue. It should be fixed with today’s release.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Errors with WordPress 5.5’ is closed to new replies.