diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 0bfacb44ed..3020ff12f7 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -88,7 +88,7 @@ foreach ( $post_stati as $status => $label ) { sprintf($label[2], $num_posts->$status) . ''; } $class = empty($_GET['post_status']) ? ' class="current"' : ''; -$status_links[] = "
  • All Pages"; +$status_links[] = "
  • "; echo implode(' |
  • ', $status_links) . ''; unset($status_links); ?> diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 11f742b869..cda1e8ac76 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -95,7 +95,7 @@ foreach ( $post_stati as $status => $label ) { sprintf($label[2], $num_posts->$status) . ''; } $class = empty($_GET['post_status']) ? ' class="current"' : ''; -$status_links[] = "
  • All Posts"; +$status_links[] = "
  • "; echo implode(' |
  • ', $status_links) . ''; unset($status_links); ?>