Changeset 19490 for trunk/wp-admin/includes/template.php
- Timestamp:
- 11/30/2011 04:08:29 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r19489 r19490 1815 1815 1816 1816 add_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' ) ); 1818 1819 1819 1820 /**
Note: See TracChangeset
for help on using the changeset viewer.