[wp-trac] [WordPress Trac] #19438: Add option to dismiss all feature pointers
WordPress Trac
wp-trac at lists.automattic.com
Sat Dec 3 22:36:44 UTC 2011
#19438: Add option to dismiss all feature pointers
----------------------------+----------------------
Reporter: sirzooro | Owner:
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: Administration | Version: 3.3
Severity: normal | Resolution: wontfix
Keywords: |
----------------------------+----------------------
Changes (by scribu):
* keywords: needs-patch =>
* status: new => closed
* resolution: => wontfix
* milestone: Awaiting Review =>
Comment:
Agree with Jane; this is not something that deserves an option in the UI.
Here's the code that will disable the pointers entirely:
{{{
add_action( 'admin_init', function() {
remove_action( 'admin_enqueue_scripts', array(
'WP_Internal_Pointers', 'enqueue_scripts' ) );
} );
}}}
Would be nice to have a more "official" way of doing it.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19438#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list