Skip to content

Commit fe818f8

Browse files
committed
Usability hooks into wp.org
git-svn-id: https://develop.svn.wordpress.org/trunk@2594 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 127fa7f commit fe818f8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

wp-admin/plugins.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@
108108
<?php
109109
}
110110
?>
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+
111115
</div>
112116

113117
<?php

wp-admin/themes.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@
5353
<?php } ?>
5454
</div>
5555

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>
5957
<?php if ( 1 < count($themes) ) { ?>
6058
<table width="100%" cellpadding="3" cellspacing="3">
6159
<tr>
@@ -146,6 +144,9 @@
146144
}
147145
?>
148146

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+
149150
</div>
150151

151152
<?php

0 commit comments

Comments
 (0)