Changeset 25880 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 10/23/2013 02:37:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r25841 r25880 25 25 global $wp_local_package, $wpdb, $wp_version; 26 26 static $first_pass = true; 27 27 28 28 if ( 'en_US' == $update->locale && 'en_US' == get_locale() ) 29 29 $version_string = $update->current; … … 33 33 else 34 34 $version_string = sprintf( "%s–<strong>%s</strong>", $update->current, $update->locale ); 35 35 36 36 $current = false; 37 37 if ( !isset($update->response) || 'latest' == $update->response )
Note: See TracChangeset
for help on using the changeset viewer.