Make WordPress Core


Ignore:
Timestamp:
07/23/2020 12:50:57 AM (5 years ago)
Author:
johnbillion
Message:

Docs: Various formatting improvements to inline docblocks.

See #49572

File:
1 edited

Legend:

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

    r48543 r48574  
    225225     *
    226226     * @param bool     $bypass Pass-through of the pre_handle_404 filter value.
    227      * @param WP_Query $query The WP_Query object.
     227     * @param WP_Query $query  The WP_Query object.
    228228     * @return bool Bypass value.
    229229     */
     
    251251     *
    252252     * @param string $output robots.txt output.
    253      * @param bool   $public Whether the site is public or not.
     253     * @param bool   $public Whether the site is public.
    254254     * @return string The robots.txt output.
    255255     */
Note: See TracChangeset for help on using the changeset viewer.