#19409 closed defect (bug) (invalid)
Notice: add_contextual_help
Reported by: | sparkweb | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.3 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
I just upgraded to 3.3-RC1 and receive this:
Notice: add_contextual_help is <strong>deprecated</strong> since version 3.3! Use get_current_screen()->add_help_tab() instead. in /var/www/xxxxxx/httpdocs/wp-includes/functions.php on line 3458
The notice appears at the very top of the page and goes underneath the admin bar.
I disabled all plugins and switched to the default Twenty Eleven theme but the notice still persists.
Change History (5)
#2
@
13 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#3
@
13 years ago
The notice comes from Twenty Eleven. It's fixed already but files in wp-content
won't be updated on an upgrade since 3.2.
This brings back my ticket #17816.
Note: See
TracTickets for help on using
tickets.
You can use http://wordpress.org/extend/plugins/log-deprecated-notices/ to track down the offending plugin.
Core no longer calls add_contextual_help(), and it is deprecated.