Make WordPress Core


Ignore:
Timestamp:
11/06/2022 02:46:14 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for wp_sitemaps_enabled filter.

Follow-up to [48072], [48094], [48523].

See #56792.

File:
1 edited

Legend:

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

    r54133 r54755  
    100100                 * @since 5.5.0
    101101                 *
    102                  * @param bool $is_enabled Whether XML Sitemaps are enabled or not. Defaults
    103                  * to true for public sites.
     102                 * @param bool $is_enabled Whether XML Sitemaps are enabled or not.
     103                 *                         Defaults to true for public sites.
    104104                 */
    105105                return (bool) apply_filters( 'wp_sitemaps_enabled', $is_enabled );
Note: See TracChangeset for help on using the changeset viewer.