Changeset 9517
- Timestamp:
- 11/04/2008 10:10:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9506 r9517 1291 1291 ++$i; 1292 1292 ( $i == $action_count ) ? $sep = '' : $sep = ' | '; 1293 echo "<span class='$action'>$link $sep</span>";1293 echo "<span class='$action'>$link</span>$sep"; 1294 1294 } 1295 1295
Note: See TracChangeset
for help on using the changeset viewer.