Make WordPress Core

Ticket #13467: adding_not_using.txt

File adding_not_using.txt, 1.7 KB (added by tai, 14 years ago)
Line 
1# This patch file was generated by NetBeans IDE
2# Following Index: paths are relative to: /home/tai/www/wptrunk/wp-admin
3# This patch can be applied using context Tools: Patch action on respective folder.
4# It uses platform neutral UTF-8 encoding and \n newlines.
5# Above lines and this line are ignored by the patching process.
6Index: theme-install.php
7--- theme-install.php リモートでの変更 (HEAD がベース)
8+++ theme-install.php ローカルでの変更 (LOCAL がベース)
9@@ -57,7 +57,7 @@
10 $help .= '<p>' . __('You can Search for themes by keyword, author, or tag, or can get more specific and search by criteria listed in the feature filter. Alternately, you can browse the themes that are Featured, Newest, or Recently Updated. When you find a theme you like, you can preview it or install it.') . '</p>';
11 $help .= '<p>' . __('You can Upload a theme manually if you have already downloaded its ZIP archive onto your computer (make sure it is from a trusted and original source). You can also do it the old-fashioned way and copy a downloaded theme&#8217;s folder via FTP into your <code>/wp-content/themes</code> directory.') . '</p>';
12 $help .= '<p><strong>' . __('For more information:') . '</strong></p>';
13-$help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Using Themes</a>') . '</p>';
14+$help .= '<p>' . __('<a href="http://codex.wordpress.org/Using_Themes#Adding_New_Themes" target="_blank">Documentation on Adding New Themes</a>') . '</p>';
15 $help .= '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>';
16 add_contextual_help($current_screen, $help);
17