Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:24:14 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Corrections and improvements to inline docs related to XML sitemaps.

See #50117, #49572

File:
1 edited

Legend:

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

    r48093 r48098  
    4141     * @since 5.5.0
    4242     *
    43      * @return array List of all sitemaps.
     43     * @return array[] Array of all sitemaps.
    4444     */
    4545    public function get_sitemap_list() {
     
    7070     * @global WP_Rewrite $wp_rewrite WordPress rewrite component.
    7171     *
    72      * @return string The sitemap index url.
     72     * @return string The sitemap index URL.
    7373     */
    7474    public function get_index_url() {
Note: See TracChangeset for help on using the changeset viewer.