Changeset 36105 for branches/4.4/src/wp-includes/post.php
- Timestamp:
- 12/27/2015 02:15:30 AM (10 years ago)
- Location:
- branches/4.4
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.4
-
branches/4.4/src/wp-includes/post.php
r35725 r36105 4291 4291 foreach ( $page->ancestors as $parent ) { 4292 4292 $parent = get_post( $parent ); 4293 if ( 'publish' === $parent->post_status) {4293 if ( $parent ) { 4294 4294 $uri = $parent->post_name . '/' . $uri; 4295 4295 }
Note: See TracChangeset
for help on using the changeset viewer.