Changeset 35240
- Timestamp:
- 10/17/2015 02:23:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-functions.php
r35233 r35240 575 575 576 576 /** 577 * Filter sthe post status.577 * Filter the post status. 578 578 * 579 579 * @since 4.4.0 580 580 * 581 * @param string $post->post_status The status of the post. 581 * @param string $post_status The post status. 582 * @param WP_Post $post The post object. 582 583 */ 583 584 return apply_filters( 'get_post_status', $post->post_status, $post );
Note: See TracChangeset
for help on using the changeset viewer.