Remove debug cruft. props nbachiyski. see #25791.
Built from https://develop.svn.wordpress.org/trunk@26245 git-svn-id: http://core.svn.wordpress.org/trunk@26152 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
89005c8b31
commit
83adea3986
|
@ -492,7 +492,7 @@ class WP_Posts_List_Table extends WP_List_Table {
|
|||
$lock_holder = get_userdata( $lock_holder );
|
||||
}
|
||||
|
||||
if ( false && $post->post_parent ) {
|
||||
if ( $post->post_parent ) {
|
||||
$count = count( get_post_ancestors( $post->ID ) );
|
||||
$classes .= ' level-'. $count;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue