Changeset 2594
- Timestamp:
- 05/09/2005 11:37:36 AM (19 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r2514 r2594 109 109 } 110 110 ?> 111 112 <h2><?php _e('Get More Plugins'); ?></h2> 113 <p><?php _e('You can find additional plugins for your site in the <a href="http://wordpress.org/extend/plugins/">WordPress plugin directory</a>. To install a plugin you generally just need to upload the plugin file into your <code>wp-content/plugins</code> directory. Once a plugin is uploaded, you may activate it here.'); ?></p> 114 111 115 </div> 112 116 -
trunk/wp-admin/themes.php
r2433 r2594 54 54 </div> 55 55 56 <h2><?php _e('Other Themes'); ?></h2> 57 <p><?php _e('Themes are usually downloaded separately from WordPress. To install a theme you generally just need to put the theme file or files into your <code>wp-content/themes</code> directory. Once a theme is installed, you may select it here.'); ?></p> 58 56 <h2><?php _e('Themes Available'); ?></h2> 59 57 <?php if ( 1 < count($themes) ) { ?> 60 58 <table width="100%" cellpadding="3" cellspacing="3"> … … 147 145 ?> 148 146 147 <h2><?php _e('Get More Themes'); ?></h2> 148 <p><?php _e('You can find additional themes for your site in the <a href="http://wordpress.org/extend/themes/">WordPress theme directory</a>. To install a theme you generally just need to upload the theme folder into your <code>wp-content/themes</code> directory. Once a theme is uploaded, you may activate it here.'); ?></p> 149 149 150 </div> 150 151
Note: See TracChangeset
for help on using the changeset viewer.