Changeset 15924 for trunk/wp-admin/includes/default-list-tables.php
- Timestamp:
- 10/23/2010 11:22:00 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15912 r15924 3607 3607 <td></td> 3608 3608 <td class='plugin-title'>"; 3609 echo '<div class="row-actions-visible">'; 3610 foreach ( $actions as $action => $link ) { 3611 $sep = end( $actions ) == $link ? '' : ' | '; 3612 echo "<span class='$action'>$link$sep</span>"; 3613 } 3614 echo "</div></td> 3609 3610 echo $this->row_actions( $actions, true ); 3611 3612 echo "</td> 3615 3613 <td class='desc'>"; 3616 3614 $plugin_meta = array();
Note: See TracChangeset
for help on using the changeset viewer.