Changeset 35779 for trunk/src/wp-includes/update.php
- Timestamp:
- 12/06/2015 05:38:35 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r35774 r35779 27 27 } 28 28 29 global $wp _version, $wpdb, $wp_local_package;29 global $wpdb, $wp_local_package; 30 30 // include an unmodified $wp_version 31 31 include( ABSPATH . WPINC . '/version.php' ); … … 193 193 } 194 194 195 global $wp_version;196 195 // include an unmodified $wp_version 197 196 include( ABSPATH . WPINC . '/version.php' ); … … 349 348 return; 350 349 } 351 global $wp_version; 350 352 351 // include an unmodified $wp_version 353 352 include( ABSPATH . WPINC . '/version.php' ); … … 587 586 */ 588 587 function _maybe_update_core() { 589 global $wp_version;590 include( ABSPATH . WPINC . '/version.php' ); // include an unmodified $wp_version588 // include an unmodified $wp_version 589 include( ABSPATH . WPINC . '/version.php' ); 591 590 592 591 $current = get_site_transient( 'update_core' );
Note: See TracChangeset
for help on using the changeset viewer.