Make WordPress Core


Ignore:
Timestamp:
11/18/2021 01:48:43 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various corrections and improvements relating to types used in inline documentation.

See #53399

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php

    r51788 r52204  
    6060     * @param string $object_subtype Optional. Post type name. Default empty.
    6161     *
    62      * @return array Array of URLs for a sitemap.
     62     * @return array[] Array of URL information for a sitemap.
    6363     */
    6464    public function get_url_list( $page_num, $object_subtype = '' ) {
     
    8181         * @since 5.5.0
    8282         *
    83          * @param array  $url_list  The URL list. Default null.
    84          * @param string $post_type Post type name.
    85          * @param int    $page_num  Page of results.
     83         * @param array[]|null $url_list  The URL list. Default null.
     84         * @param string       $post_type Post type name.
     85         * @param int          $page_num  Page of results.
    8686         */
    8787        $url_list = apply_filters(
Note: See TracChangeset for help on using the changeset viewer.