Make WordPress Core


Ignore:
Timestamp:
11/30/2011 04:08:29 PM (13 years ago)
Author:
nacin
Message:

Allow scratch beta/RC installs to experience pointers. Uncomment this before release. see #19360, #19382.

File:
1 edited

Legend:

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

    r19489 r19490  
    18151815
    18161816add_action( 'admin_enqueue_scripts', array( 'WP_Internal_Pointers', 'enqueue_scripts'                ) );
    1817 add_action( 'user_register',         array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) );
     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' ) );
    18181819
    18191820/**
Note: See TracChangeset for help on using the changeset viewer.