Changeset 4349 for trunk/wp-admin/plugins.php
- Timestamp:
- 10/06/2006 01:14:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r4325 r4349 79 79 } else { 80 80 ?> 81 <table class="widefat ">81 <table class="widefat plugins"> 82 82 <thead> 83 83 <tr> … … 113 113 <td class='name'>{$plugin_data['Title']}</td> 114 114 <td class='vers'>{$plugin_data['Version']}</td> 115 <td class='desc'> {$plugin_data['Description']} <cite>".sprintf(__('By %s'), $plugin_data['Author']).".</cite></td>115 <td class='desc'><p>{$plugin_data['Description']} <cite>".sprintf(__('By %s'), $plugin_data['Author']).".</cite></p></td> 116 116 <td class='togl'>$toggle</td>"; 117 117 if ( current_user_can('edit_plugins') ) … … 131 131 132 132 <h2><?php _e('Get More Plugins'); ?></h2> 133 <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> 133 <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> 134 <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> 134 135 135 136 </div>
Note: See TracChangeset
for help on using the changeset viewer.