Changeset 38145 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/23/2016 10:04:20 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r38125 r38145 4334 4334 foreach ( $page->ancestors as $parent ) { 4335 4335 $parent = get_post( $parent ); 4336 if ( $parent ) {4336 if ( $parent && $parent->post_name ) { 4337 4337 $uri = $parent->post_name . '/' . $uri; 4338 4338 }
Note: See TracChangeset
for help on using the changeset viewer.