Changeset 6859 for trunk/wp-admin/edit.php
- Timestamp:
- 02/15/2008 05:46:02 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r6827 r6859 96 96 } 97 97 $class = empty($_GET['post_status']) ? ' class="current"' : ''; 98 $status_links[] = "<li><a href=\"edit.php\"$class> All Posts</a>";98 $status_links[] = "<li><a href=\"edit.php\"$class><?php _e('All Posts'); ?></a>"; 99 99 echo implode(' |</li>', $status_links) . '</li>'; 100 100 unset($status_links);
Note: See TracChangeset
for help on using the changeset viewer.