Changeset 11273 for trunk/wp-admin/update-core.php
- Timestamp:
- 05/11/2009 07:44:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r11245 r11273 14 14 15 15 function list_core_update( $update ) { 16 global $wp_local_package; 16 17 $version_string = 'en_US' == $update->locale ? 17 18 $update->current : sprintf("%s–<strong>%s</strong>", $update->current, $update->locale); … … 51 52 echo '<input id="undismiss" class="button" type="submit" value="' . esc_attr__('Bring back this update') . '" name="undismiss" />'; 52 53 echo '</p>'; 54 if ( 'en_US' != $update->locale && ( !isset($wp_local_package) || $wp_local_package != $update->locale ) ) 55 echo '<p class="hint">'.__('This localized version contains both the translation and various other localization fixes. You can skip upgrading if you want to keep your current translation.').'</p>'; 53 56 echo '</form>'; 54 57
Note: See TracChangeset
for help on using the changeset viewer.