diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-10-06 07:02:57 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-10-06 07:02:57 +0000 |
| commit | a5b29f6db23d18f819bb6676d05863dcd7504eb9 (patch) | |
| tree | 4807bdb393534ae43d21f6348949497e3b6c5c1e /wp-admin/plugins.php | |
| parent | 6e038c5171a02fc6920d376ba49d14fadbb8a5e0 (diff) | |
| download | wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.gz wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.tar.xz wordpress-mu-a5b29f6db23d18f819bb6676d05863dcd7504eb9.zip | |
WP Merge to rev 4349
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@793 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/plugins.php')
| -rw-r--r-- | wp-admin/plugins.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php index 00aba5c..48c7b60 100644 --- a/wp-admin/plugins.php +++ b/wp-admin/plugins.php @@ -85,7 +85,7 @@ if (empty($plugins)) { echo '</p>'; } else { ?> -<table class="widefat"> +<table class="widefat plugins"> <thead> <tr> <th><?php _e('Plugin'); ?></th> @@ -119,7 +119,7 @@ if (empty($plugins)) { <tr $style> <td class='name'>{$plugin_data['Title']}</td> <td class='vers'>{$plugin_data['Version']}</td> - <td class='desc'>{$plugin_data['Description']} <cite>".sprintf(__('By %s'), $plugin_data['Author']).".</cite></td> + <td class='desc'><p>{$plugin_data['Description']} <cite>".sprintf(__('By %s'), $plugin_data['Author']).".</cite></p></td> <td class='togl'>$toggle</td>"; if ( current_user_can('edit_plugins') ) echo " @@ -137,7 +137,8 @@ if (empty($plugins)) { <p><?php _e(sprintf('If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the <code>%s</code> directory and it will be automatically deactivated.', PLUGINDIR)); ?></p> <h2><?php _e('Get More Plugins'); ?></h2> -<p><?php _e(sprintf('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>%s</code> directory. Once a plugin is uploaded, you may activate it here.', PLUGINDIR)); ?></p> +<p><?php _e('You can find additional plugins for your site in the <a href="http://wordpress.org/extend/plugins/">WordPress plugin directory</a>.'); ?></p> +<p><?php _e(sprintf('To install a plugin you generally just need to upload the plugin file into your <code>%s</code> directory. Once a plugin is uploaded, you may activate it here.', PLUGINDIR)); ?></p> </div> |
