Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

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

    r48098 r48100  
    4343     * @param int    $page_num       Page of results.
    4444     * @param string $object_subtype Optional. Object subtype name. Default empty.
    45      * @return array $url_list Array of URLs for a sitemap.
     45     * @return array Array of URLs for a sitemap.
    4646     */
    4747    abstract public function get_url_list( $page_num, $object_subtype = '' );
Note: See TracChangeset for help on using the changeset viewer.