Make WordPress Core


Ignore:
Timestamp:
12/29/2021 05:26:26 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Miscellaneous inline documentation improvements.

See #53399

File:
1 edited

Legend:

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

    r52204 r52422  
    4141         * Filters the users URL list before it is generated.
    4242         *
    43          * Passing a non-null value will effectively short-circuit the generation,
     43         * Returning a non-null value will effectively short-circuit the generation,
    4444         * returning that value instead.
    4545         *
     
    102102         * Filters the max number of pages for a user sitemap before it is generated.
    103103         *
    104          * Passing a non-null value will effectively short-circuit the generation,
     104         * Returning a non-null value will effectively short-circuit the generation,
    105105         * returning that value instead.
    106106         *
Note: See TracChangeset for help on using the changeset viewer.