Changeset 19574 for trunk/wp-admin/includes/template.php
- Timestamp:
- 12/08/2011 09:55:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r19490 r19574 1815 1815 1816 1816 add_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' ) ); 1817 add_action( 'user_register', array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) ); 1819 1818 1820 1819 /**
Note: See TracChangeset
for help on using the changeset viewer.