Changeset 15944 for trunk/wp-admin/includes/default-list-tables.php
- Timestamp:
- 10/24/2010 03:46:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15927 r15944 3598 3598 $plugin_name = $plugin_data['Name']; 3599 3599 } 3600 3601 $id = sanitize_title( $plugin_name ); 3602 3600 3603 echo " 3601 <tr class='$class'>3604 <tr id='$id' class='$class'> 3602 3605 <th scope='row' class='check-column'>$checkbox</th> 3603 3606 <td class='plugin-title'><strong>$plugin_name</strong></td>
Note: See TracChangeset
for help on using the changeset viewer.