Changeset 10012 for trunk/wp-admin/link-manager.php
- Timestamp:
- 12/02/2008 07:00:48 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r9967 r10012 198 198 $action_count = count($actions); 199 199 $i = 0; 200 echo '<div class="row-actions">'; 200 201 foreach ( $actions as $action => $linkaction ) { 201 202 ++$i; … … 203 204 echo "<span class='$action'>$linkaction$sep</span>"; 204 205 } 206 echo '</div>'; 205 207 echo '</td>'; 206 208 break;
Note: See TracChangeset
for help on using the changeset viewer.