Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:25:47 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Misc improvements to inline docs.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/post.php

    r48067 r48099  
    47174717         * @since 5.5.0
    47184718         *
    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.
    47204720         */
    47214721        $default_category_post_types = apply_filters( 'default_category_post_types', array() );
Note: See TracChangeset for help on using the changeset viewer.