Changeset 35861 for trunk/src/wp-includes/post.php
- Timestamp:
- 12/11/2015 03:49:40 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r35817 r35861 4123 4123 $count = 0; 4124 4124 $p = $page; 4125 4126 /* 4127 * Loop through the given path parts from right to left, 4128 * ensuring each matches the post ancestry. 4129 */ 4125 4130 while ( $p->post_parent != 0 && isset( $pages[ $p->post_parent ] ) ) { 4126 4131 $count++;
Note: See TracChangeset
for help on using the changeset viewer.