- Timestamp:
- 02/25/2018 08:05:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-internal-pointers.php
r42343 r42745 24 24 * Individual pointers (e.g. wp390_widgets) can be disabled using the following: 25 25 * remove_action( 'admin_print_footer_scripts', array( 'WP_Internal_Pointers', 'pointer_wp390_widgets' ) ); 26 *27 * @static28 26 * 29 27 * @param string $hook_suffix The current admin page. … … 103 101 * @since 3.3.0 104 102 * 105 * @static106 *107 103 * @param string $pointer_id The pointer ID. 108 104 * @param string $selector The HTML elements, on which the pointer should be attached. … … 161 157 * @since 3.3.0 162 158 * 163 * @static164 *165 159 * @param int $user_id User ID. 166 160 */
Note: See TracChangeset
for help on using the changeset viewer.