- Timestamp:
- 09/09/2023 09:26:01 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r56450 r56549 899 899 } 900 900 901 $count++;901 ++$count; 902 902 903 903 if ( isset( $children_pages ) ) { … … 918 918 } 919 919 920 $count++;920 ++$count; 921 921 } 922 922 } … … 993 993 while ( $my_parent = array_pop( $my_parents ) ) { 994 994 $to_display[ $my_parent->ID ] = $level - $num_parents; 995 $num_parents--;995 --$num_parents; 996 996 } 997 997 } … … 1001 1001 } 1002 1002 1003 $count++;1003 ++$count; 1004 1004 1005 1005 $this->_page_rows( $children_pages, $count, $page->ID, $level + 1, $pagenum, $per_page, $to_display ); … … 1098 1098 } 1099 1099 1100 $this->current_level++;1100 ++$this->current_level; 1101 1101 $find_main_page = (int) $parent->post_parent; 1102 1102 … … 2086 2086 2087 2087 <?php 2088 $bulk++;2088 ++$bulk; 2089 2089 endwhile; 2090 2090 ?>
Note: See TracChangeset
for help on using the changeset viewer.