Changeset 35205 for trunk/src/wp-includes/rewrite-functions.php
- Timestamp:
- 10/15/2015 05:52:36 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite-functions.php
r35195 r35205 404 404 405 405 $post_status_obj = get_post_status_object( $page->post_status ); 406 if ( ! $post_status_obj->public && ! $post_status_obj->protected && ! $post_status_obj->private ) { 406 if ( ! $post_status_obj->public && ! $post_status_obj->protected 407 && ! $post_status_obj->private && $post_status_obj->exclude_from_search ) { 407 408 continue; 408 409 }
Note: See TracChangeset
for help on using the changeset viewer.