Changeset 28479 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 05/18/2014 08:51:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r28304 r28479 399 399 400 400 function maintenance_nag() { 401 include ABSPATH . WPINC . '/version.php'; // include an unmodified $wp_version401 include( ABSPATH . WPINC . '/version.php' ); // include an unmodified $wp_version 402 402 global $upgrading; 403 403 $nag = isset( $upgrading );
Note: See TracChangeset
for help on using the changeset viewer.