Changeset 7515
- Timestamp:
- 03/26/2008 03:33:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r7463 r7515 110 110 <th class="num"><?php _e('Version'); ?></th> 111 111 <th><?php _e('Description'); ?></th> 112 <th class="action-links" <?php if ( current_user_can('edit_plugins') ) echo ' colspan="2"'; ?>><?php _e('Action'); ?></th>112 <th class="action-links"><?php _e('Action'); ?></th> 113 113 </tr> 114 114 </thead> … … 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 action-links'>$toggle"; if ( current_user_can('edit_plugins') ) echo "$edit</td>"; 153 echo" 152 <td class='togl action-links'>$toggle"; 153 if ( current_user_can('edit_plugins') ) echo $edit; 154 echo "</td> 154 155 </tr>"; 155 156 do_action( 'after_plugin_row', $plugin_file );
Note: See TracChangeset
for help on using the changeset viewer.