Changeset 45742 for trunk/src/wp-includes/post.php
- Timestamp:
- 08/04/2019 12:27:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r45735 r45742 585 585 * @todo Check validity of description. 586 586 * 587 * @global WP_Post $post 587 * @global WP_Post $post Global post object. 588 588 * 589 589 * @param mixed $args Optional. User defined arguments for replacing the defaults. Default empty. … … 698 698 * @since 1.5.1 699 699 * 700 * @global WP_Post $post 700 * @global WP_Post $post Global post object. 701 701 * 702 702 * @param int|WP_Post|null $post Optional. Post ID or post object. Defaults to global $post. … … 3001 3001 } 3002 3002 if ( get_option( 'page_for_posts' ) == $post->ID ) { 3003 delete_option( 'page_for_posts' , 0);3003 delete_option( 'page_for_posts' ); 3004 3004 } 3005 3005 }
Note: See TracChangeset
for help on using the changeset viewer.