Ticket #63039: 63039-alternative.patch
File 63039-alternative.patch, 502 bytes (added by , 5 months ago) |
---|
-
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() { 1728 1728 * @since 3.0.0 1729 1729 * 1730 1730 * @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". 1732 1732 */ 1733 1733 echo apply_filters( 'robots_txt', $output, $public ); 1734 1734 }