Changeset 48099 for trunk/src/wp-includes/post.php
- Timestamp:
- 06/19/2020 10:25:47 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r48067 r48099 4717 4717 * @since 5.5.0 4718 4718 * 4719 * @param array $post_types An array of post types. Default empty array.4719 * @param string[] $post_types An array of post type names. Default empty array. 4720 4720 */ 4721 4721 $default_category_post_types = apply_filters( 'default_category_post_types', array() );
Note: See TracChangeset
for help on using the changeset viewer.