Changeset 42745
- Timestamp:
- 02/25/2018 08:05:09 PM (7 years ago)
- Location:
- trunk/src/wp-admin/includes
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r42343 r42745 243 243 * @since 3.7.0 244 244 * 245 * @static246 *247 245 * @param string $offered_ver The offered version, of the format x.y.z. 248 246 * @return bool True if we should update to the offered version, otherwise false. -
trunk/src/wp-admin/includes/class-language-pack-upgrader.php
r42343 r42745 42 42 * 43 43 * @since 3.7.0 44 * @static45 44 * 46 45 * @param false|WP_Upgrader $upgrader Optional. WP_Upgrader instance or false. If `$upgrader` is -
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 */ -
trunk/src/wp-admin/includes/class-wp-screen.php
r42343 r42745 187 187 * 188 188 * @since 3.3.0 189 *190 * @static191 189 * 192 190 * @global string $hook_suffix … … 422 420 * @since 3.3.0 423 421 * 424 * @static425 *426 422 * @param WP_Screen $screen A screen object. 427 423 * @param string $help Help text. -
trunk/src/wp-admin/includes/class-wp-upgrader.php
r42343 r42745 847 847 * 848 848 * @since 4.5.0 849 * @static850 849 * 851 850 * @param string $lock_name The name of this unique lock. … … 893 892 * 894 893 * @since 4.5.0 895 * @static896 894 * 897 895 * @see WP_Upgrader::create_lock()
Note: See TracChangeset
for help on using the changeset viewer.