Usability hooks into wp.org

git-svn-id: https://develop.svn.wordpress.org/trunk@2594 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-05-09 11:37:36 +00:00
parent 127fa7fbcb
commit fe818f8ebf
2 changed files with 8 additions and 3 deletions

View File

@@ -108,6 +108,10 @@ if (empty($plugins)) {
<?php
}
?>
<h2><?php _e('Get More Plugins'); ?></h2>
<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>
</div>
<?php