Changeset 45602 for trunk/src/wp-includes/post.php
- Timestamp:
- 07/05/2019 05:20:52 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r45590 r45602 2935 2935 if ( 'page' == $post->post_type ) { 2936 2936 /* 2937 2938 2939 2937 * If the page is defined in option page_on_front or post_for_posts, 2938 * adjust the corresponding options. 2939 */ 2940 2940 if ( get_option( 'page_on_front' ) == $post->ID ) { 2941 2941 update_option( 'show_on_front', 'posts' );
Note: See TracChangeset
for help on using the changeset viewer.