Make WordPress Core


Ignore:
Timestamp:
10/06/2006 01:14:47 AM (19 years ago)
Author:
matt
Message:

Some UI cleanups, changes, and various miscellany.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r4325 r4349  
    7979} else {
    8080?>
    81 <table class="widefat">
     81<table class="widefat plugins">
    8282    <thead>
    8383    <tr>
     
    113113        <td class='name'>{$plugin_data['Title']}</td>
    114114        <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>
    116116        <td class='togl'>$toggle</td>";
    117117        if ( current_user_can('edit_plugins') )
     
    131131
    132132<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>
    134135
    135136</div>
Note: See TracChangeset for help on using the changeset viewer.