diff --git a/wp-admin/includes/template-functions.php b/wp-admin/includes/template-functions.php index 519ab9bbbc..ecfd48901c 100644 --- a/wp-admin/includes/template-functions.php +++ b/wp-admin/includes/template-functions.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 603b22cef9..717c2bd446 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.