Changeset 10012 for trunk/wp-admin/edit-attachment-rows.php
- Timestamp:
- 12/02/2008 07:00:48 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-attachment-rows.php
r9980 r10012 87 87 $action_count = count($actions); 88 88 $i = 0; 89 echo '<div class="row-actions">'; 89 90 foreach ( $actions as $action => $link ) { 90 91 ++$i; … … 92 93 echo "<span class='$action'>$link$sep</span>"; 93 94 } 95 echo '</div>'; 94 96 ?></p></td> 95 97 <?php
Note: See TracChangeset
for help on using the changeset viewer.