Changeset 36094 for trunk/src/wp-includes/post.php
- Timestamp:
- 12/26/2015 03:45:28 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r36091 r36094 4301 4301 foreach ( $page->ancestors as $parent ) { 4302 4302 $parent = get_post( $parent ); 4303 if ( 'publish' === $parent->post_status) {4303 if ( $parent ) { 4304 4304 $uri = $parent->post_name . '/' . $uri; 4305 4305 }
Note: See TracChangeset
for help on using the changeset viewer.