Changeset 15135 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 06/04/2010 03:42:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r15132 r15135 21 21 $help .= '<p>' . __('After typing in your edits, click Update File.') . '</p>'; 22 22 $help .= '<p>' . __('<strong>Advice:</strong> think very carefully about your site crashing if you are live-editing the theme currently in use.') . '</p>'; 23 $help .= '<p>' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="http://codex.wordpress.org/Child_Themes" >child theme</a> instead.') . '</p>';23 $help .= '<p>' . __('Upgrading to a newer version of the same theme will override changes made here. To avoid this, consider creating a <a href="http://codex.wordpress.org/Child_Themes" target="_blank">child theme</a> instead.') . '</p>'; 24 24 $help .= '<p><strong>' . __('For more information:') . '</strong></p>'; 25 25 $help .= '<p>' . __('<a href="http://codex.wordpress.org/Theme_Development" target="_blank">Documentation on Theme Development</a>') . '</p>';
Note: See TracChangeset
for help on using the changeset viewer.