Make WordPress Core


Ignore:
Timestamp:
10/27/2010 08:19:28 AM (14 years ago)
Author:
nacin
Message:

Language cleanup. props mrmist, fixes #14409.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update-core.php

    r15996 r16002  
    262262<h3><?php _e( 'Themes' ); ?></h3>
    263263<p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click &#8220;Update Themes&#8221;.' ); ?></p>
    264 <p><?php printf( __('<strong>Please Note:</strong> Any customizations you have made to the Themes files will be lost. Please consider using <a href="%s">child themes</a> for modifications.'), _x('http://codex.wordpress.org/Child_Themes', 'Link used in suggestion to use child themes in GUU') ); ?></p>
     264<p><?php printf( __('<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href="%s">child themes</a> for modifications.'), _x('http://codex.wordpress.org/Child_Themes', 'Link used in suggestion to use child themes in GUU') ); ?></p>
    265265<form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade">
    266266<?php wp_nonce_field('upgrade-core'); ?>
Note: See TracChangeset for help on using the changeset viewer.