Ticket #6337: plugins.php.diff
| File plugins.php.diff, 1014 bytes (added by iammattthomas, 5 years ago) |
|---|
-
plugins.php
109 109 <th><?php _e('Plugin'); ?></th> 110 110 <th class="num"><?php _e('Version'); ?></th> 111 111 <th><?php _e('Description'); ?></th> 112 <th <?php if ( current_user_can('edit_plugins') ) echo ' colspan="2"'; ?>><?php _e('Action'); ?></th>112 <th class="action-links" <?php if ( current_user_can('edit_plugins') ) echo ' colspan="2"'; ?>><?php _e('Action'); ?></th> 113 113 </tr> 114 114 </thead> 115 115 <tbody id="plugins"> … … 149 149 <td class='name'>{$plugin_data['Title']}</td> 150 150 <td class='vers'>{$plugin_data['Version']}</td> 151 151 <td class='desc'><p>{$plugin_data['Description']}$author</p></td> 152 <td class='togl '>$toggle"; if ( current_user_can('edit_plugins') ) echo "$edit</td>";152 <td class='togl action-links'>$toggle"; if ( current_user_can('edit_plugins') ) echo "$edit</td>"; 153 153 echo" 154 154 </tr>"; 155 155 do_action( 'after_plugin_row', $plugin_file );
