Ticket #32707: 32707.patch
File 32707.patch, 513 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/post.php
1676 1676 * 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 ); 1682 1682 }