Changeset 47122 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r47060 r47122 724 724 */ 725 725 function maintenance_nag() { 726 include( ABSPATH . WPINC . '/version.php' ); // include an unmodified $wp_version 726 // Include an unmodified $wp_version. 727 include( ABSPATH . WPINC . '/version.php' ); 727 728 global $upgrading; 728 729 $nag = isset( $upgrading );
Note: See TracChangeset
for help on using the changeset viewer.