Make WordPress Core

Changeset 13972


Ignore:
Timestamp:
04/03/2010 01:25:47 PM (15 years ago)
Author:
westi
Message:

Make the link a seperate translation so people only have to translate it if they really want to. See #12787.

File:
1 edited

Legend:

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

    r13963 r13972  
    246246<h3><?php _e('Themes'); ?></h3>
    247247<p><?php _e('The following themes have new versions available. Check the ones you want to update and then click "Update Themes".'); ?></p>
    248 <p><?php _e('<strong>Please Note:</strong> Any customizations you have made to the Themes files will be lost. Please consider using <a href="http://codex.wordpress.org/Child_Themes">child themes</a> for modifications.'); ?></p>
     248<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>
    249249<form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade">
    250250<?php wp_nonce_field('upgrade-core'); ?>
Note: See TracChangeset for help on using the changeset viewer.