Docs: Correct $post parameter description for display_post_states filter.

Props grapplerulrich.
Fixes #34541.
Built from https://develop.svn.wordpress.org/trunk@35484


git-svn-id: http://core.svn.wordpress.org/trunk@35448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-11-01 14:06:26 +00:00
parent 8fed77574c
commit d49160ba5b
2 changed files with 3 additions and 3 deletions

View File

@ -1686,8 +1686,8 @@ function _post_states($post) {
*
* @since 2.8.0
*
* @param array $post_states An array of post display states.
* @param int $post The post ID.
* @param array $post_states An array of post display states.
* @param WP_Post $post The current post object.
*/
$post_states = apply_filters( 'display_post_states', $post_states, $post );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-beta2-35483';
$wp_version = '4.4-beta2-35484';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.