Changeset 32653 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 05/29/2015 05:03:13 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r32650 r32653 2187 2187 } 2188 2188 2189 add_action( 'admin_enqueue_scripts', array( 'WP_Internal_Pointers', 'enqueue_scripts' ) );2190 add_action( 'user_register', array( 'WP_Internal_Pointers', 'dismiss_pointers_for_new_users' ) );2191 2192 2189 /** 2193 2190 * Convert a screen string to a screen object
Note: See TracChangeset
for help on using the changeset viewer.