From 7b7647cc63997233504f4a1377c55985e3c11b13 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Sun, 19 Nov 2006 07:29:09 +0000 Subject: [PATCH] Don't need to mark as private in page_rows() since get_the_title() does it. git-svn-id: https://develop.svn.wordpress.org/trunk@4492 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/admin-functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/admin-functions.php b/wp-admin/admin-functions.php index d6afa3a921..426a51bf27 100644 --- a/wp-admin/admin-functions.php +++ b/wp-admin/admin-functions.php @@ -776,7 +776,6 @@ function page_rows( $parent = 0, $level = 0, $pages = 0, $hierarchy = true ) { ID; ?> - post_status ) _e( ' - Private' ); ?> post_modified ) _e('Unpublished'); else echo mysql2date( 'Y-m-d g:i a', $post->post_modified ); ?>