mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
Remove debug cruft. props nbachiyski. see #25791.
git-svn-id: https://develop.svn.wordpress.org/trunk@26245 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
42e0245712
commit
cf445be887
@ -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…
x
Reference in New Issue
Block a user