diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 540df71947..e74e51a1b2 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1502,7 +1502,7 @@ function _post_states($post) { if ( is_sticky($post->ID) ) $post_states['sticky'] = __('Sticky'); - $post_states = apply_filters( 'display_post_states', $post_states ); + $post_states = apply_filters( 'display_post_states', $post_states, $post ); if ( ! empty($post_states) ) { $state_count = count($post_states);