[wp-trac] [WordPress Trac] #51241: PHP errors on 5.5.1 running on PHP 7.4.2

WordPress Trac noreply at wordpress.org
Fri Sep 4 06:57:25 UTC 2020


#51241: PHP errors on 5.5.1 running on PHP 7.4.2
----------------------------+-----------------------------
 Reporter:  sky1tech        |      Owner:  (none)
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:  5.5.1
 Severity:  normal          |   Keywords:
  Focuses:                  |
----------------------------+-----------------------------
 With following settings in wp-config.php:
 define( 'WP_DEBUG',         true );
 define( 'WP_DEBUG_LOG',     true );
 define( 'WP_DEBUG_DISPLAY', true );

 Getting the following PHP error in admin area:

 When editing a post:
 Deprecated: contextual_help is <strong>deprecated</strong> since version
 3.3.0! Use get_current_screen()->add_help_tab(),
 get_current_screen()->remove_help_tab() instead. in /wp-
 includes/functions.php on line 5148

 Also appears on dashboard:
 Deprecated: contextual_help is <strong>deprecated</strong> since version
 3.3.0! Use get_current_screen()->add_help_tab(),
 get_current_screen()->remove_help_tab() instead. in
 /Applications/MAMP/htdocs/touchstone/wp-includes/functions.php on line
 5148

 Basically appearing everywhere in admin area.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/51241>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list