Make WordPress Core

Changeset 45898


Ignore:
Timestamp:
08/27/2019 12:16:06 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove a clarification from do_robots() description that doesn't really clarify anything.

See #47110.

File:
1 edited

Legend:

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

    r45884 r45898  
    15291529
    15301530/**
    1531  * Display the robots.txt file content.
    1532  *
    1533  * The echo content should be with usage of the permalinks or for creating the
    1534  * robots.txt file.
     1531 * Displays the default robots.txt file content.
    15351532 *
    15361533 * @since 2.1.0
     
    15621559     * @since 3.0.0
    15631560     *
    1564      * @param string $output Robots.txt output.
     1561     * @param string $output The robots.txt output.
    15651562     * @param bool   $public Whether the site is considered "public".
    15661563     */
Note: See TracChangeset for help on using the changeset viewer.