Changeset 11273
- Timestamp:
- 05/11/2009 07:44:21 PM (16 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 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 -
trunk/wp-admin/wp-admin.css
r11224 r11273 1 2 1 textarea, 3 2 input, … … 2997 2996 } 2998 2997 2998 form.upgrade .hint { 2999 font-style: italic; 3000 font-size: 85%; 3001 margin: -0.5em 0 2em 0; 3002 } 3003 2999 3004 #poststuff .inside .the-tagcloud { 3000 3005 margin: 5px 0 10px;
Note: See TracChangeset
for help on using the changeset viewer.