Changeset 32643 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 05/29/2015 02:05:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r32116 r32643 191 191 add_filter( 'update_footer', 'core_update_footer' ); 192 192 193 /** 194 * 195 * @global string $pagenow 196 * @return false|void 197 */ 193 198 function update_nag() { 194 199 if ( is_multisite() && !current_user_can('update_core') ) … … 401 406 } 402 407 408 /** 409 * 410 * @global int $upgrading 411 * @return false|void 412 */ 403 413 function maintenance_nag() { 404 414 include( ABSPATH . WPINC . '/version.php' ); // include an unmodified $wp_version
Note: See TracChangeset
for help on using the changeset viewer.