Changeset 53060 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 04/04/2022 06:24:18 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r52978 r53060 278 278 * @since 2.3.0 279 279 * 280 * @global string $pagenow 280 * @global string $pagenow The filename of the current screen. 281 281 * @return void|false 282 282 */ 283 283 function update_nag() { 284 global $pagenow; 285 284 286 if ( is_multisite() && ! current_user_can( 'update_core' ) ) { 285 287 return false; 286 288 } 287 288 global $pagenow;289 289 290 290 if ( 'update-core.php' === $pagenow ) {
Note: See TracChangeset
for help on using the changeset viewer.