Make WordPress Core


Ignore:
Timestamp:
12/08/2011 09:55:39 PM (13 years ago)
Author:
nacin
Message:

Don't show new feature pointers for new installs and users. fixes #19382.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r19490 r19574  
    18151815
    18161816add_action( 'admin_enqueue_scripts', array( 'WP_Internal_Pointers', 'enqueue_scripts'                ) );
    1817 // Allow scratch beta/RC installs to experience pointers. Uncomment this before release.
    1818 // add_action( 'user_register',         array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) );
     1817add_action( 'user_register',         array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) );
    18191818
    18201819/**
Note: See TracChangeset for help on using the changeset viewer.