Changeset 20944 for trunk/wp-admin/theme-install.php
- Timestamp:
- 05/27/2012 04:25:43 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-install.php
r20736 r20944 37 37 do_action('install_themes_pre_' . $tab); //Used to override the general interface, Eg, install or theme information. 38 38 39 $help_overview = 39 $help_overview = 40 40 '<p>' . sprintf(__('You can find additional themes for your site by using the Theme Browser/Installer on this screen, which will display themes from the <a href="%s" target="_blank">WordPress.org Theme Directory</a>. These themes are designed and developed by third parties, are available free of charge, and are compatible with the license WordPress uses.'), 'http://wordpress.org/extend/themes/') . '</p>' . 41 41 '<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>' .
Note: See TracChangeset
for help on using the changeset viewer.