Ticket #34541: 34541.patch
File 34541.patch, 614 bytes (added by , 9 years ago) |
---|
-
wp-admin/includes/template-functions.php
1686 1686 * 1687 1687 * @since 2.8.0 1688 1688 * 1689 * @param array $post_states An array of post display states.1690 * @param int $post The post ID.1689 * @param array $post_states An array of post display states. 1690 * @param WP_Post $post The current WP_Post object. 1691 1691 */ 1692 1692 $post_states = apply_filters( 'display_post_states', $post_states, $post ); 1693 1693