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