Changeset 32849
- Timestamp:
- 06/18/2015 09:32:53 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r32800 r32849 1677 1677 * @see get_post_type_labels() for the full list of labels. 1678 1678 * 1679 * @param array $labels Array of labels for the given post type.1679 * @param object $labels Object with labels for the post type as member variables. 1680 1680 */ 1681 1681 return apply_filters( "post_type_labels_{$post_type}", $labels );
Note: See TracChangeset
for help on using the changeset viewer.