Make WordPress Core


Ignore:
Timestamp:
06/19/2020 05:54:56 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document globals in WP_Sitemaps_* classes the same way they are documented in the rest of core.

See #49572, #50117.

File:
1 edited

Legend:

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

    r48072 r48093  
    6868     * @since 5.5.0
    6969     *
     70     * @global WP_Rewrite $wp_rewrite WordPress rewrite component.
     71     *
    7072     * @return string The sitemap index url.
    7173     */
    7274    public function get_index_url() {
    73         /* @var WP_Rewrite $wp_rewrite */
    7475        global $wp_rewrite;
    7576
Note: See TracChangeset for help on using the changeset viewer.