Make WordPress Core

Ticket #63039: 63039-alternative.patch

File 63039-alternative.patch, 502 bytes (added by shailu25, 5 months ago)

Added Alternative Patch.

  • src/wp-includes/functions.php

    diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php
    index 9a6938ed64..552b510e46 100644
    a b function do_robots() { 
    17281728         * @since 3.0.0
    17291729         *
    17301730         * @param string $output The robots.txt output.
    1731          * @param bool  $public Whether the site is considered "public".
     1731         * @param string $public Whether the site is considered "public".
    17321732         */
    17331733        echo apply_filters( 'robots_txt', $output, $public );
    17341734}