Changeset 35484
- Timestamp:
- 11/01/2015 02:05:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template-functions.php
r35459 r35484 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 post object. 1691 1691 */ 1692 1692 $post_states = apply_filters( 'display_post_states', $post_states, $post );
Note: See TracChangeset
for help on using the changeset viewer.