Title: Errors with WordPress 5.5
Last modified: August 12, 2020

---

# Errors with WordPress 5.5

 *  Resolved [lschaeffer](https://wordpress.org/support/users/lschaeffer/)
 * (@lschaeffer)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/errors-with-wordpress-5-5-2/)
 * 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](https://wordpress.org/support/users/kevinb/)
 * (@kevinb)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/errors-with-wordpress-5-5-2/#post-13246538)
 * [@lschaeffer](https://wordpress.org/support/users/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](https://wordpress.org/support/users/kevinb/).
 *  Plugin Author [Steve Burge](https://wordpress.org/support/users/stevejburge/)
 * (@stevejburge)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/errors-with-wordpress-5-5-2/#post-13252086)
 * Hi [@lschaeffer](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/revisionary/assets/icon-256x256.png?rev=3394615)
 * [PublishPress Revisions: Duplicate Posts, Submit, Approve and Schedule Content Changes](https://wordpress.org/plugins/revisionary/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/revisionary/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/revisionary/)
 * [Active Topics](https://wordpress.org/support/plugin/revisionary/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/revisionary/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/revisionary/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Steve Burge](https://wordpress.org/support/users/stevejburge/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/errors-with-wordpress-5-5-2/#post-13252086)
 * Status: resolved