Changeset 26188 for trunk/src/wp-includes/update.php
- Timestamp:
- 11/15/2013 02:34:37 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/update.php
r26149 r26188 31 31 $current = get_site_transient( 'update_core' ); 32 32 $translations = wp_get_installed_translations( 'core' ); 33 34 // Invalidate the transient when $wp_version changes 35 if ( is_object( $current ) && $wp_version != $current->version_checked ) 36 $current = false; 33 37 34 38 if ( ! is_object($current) ) {
Note: See TracChangeset
for help on using the changeset viewer.