diff --git a/src/wp-admin/theme-editor.php b/src/wp-admin/theme-editor.php index 8f95cab11f..bfa87a455f 100644 --- a/src/wp-admin/theme-editor.php +++ b/src/wp-admin/theme-editor.php @@ -30,7 +30,7 @@ get_current_screen()->add_help_tab( array(
' . __('In the editing area the Tab key enters a tab character. To move below this area by pressing Tab, press the Esc key followed by the Tab key.') . '
' . __('After typing in your edits, click Update File.') . '
' . __('Advice: think very carefully about your site crashing if you are live-editing the theme currently in use.') . '
-' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a child theme instead.') . '
' . +' . sprintf( __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a child theme instead.'), __('http://codex.wordpress.org/Child_Themes') ) . '
' . ( is_network_admin() ? '' . __('Any edits to files from this screen will be reflected on all sites in the network.') . '
' : '' ) ) ); diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index c8f5877429..c5768b9c24 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -265,7 +265,7 @@ function list_theme_updates() { ?> -Please Note: Any customizations you have made to theme files will be lost. Please consider using child themes for modifications.'), _x('http://codex.wordpress.org/Child_Themes', 'Link used in suggestion to use child themes in GUU') ); ?>
+Please Note: Any customizations you have made to theme files will be lost. Please consider using child themes for modifications.' ), __( 'http://codex.wordpress.org/Child_Themes' ) ); ?>