From 65be4cd635a0fce9fc15f3f2ab658c6185c2c602 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 1 Feb 2024 08:38:15 +0000 Subject: [PATCH] Docs: Fix typo in `do_robots()` docblock. This was introduced in [45928]. Props shailu25, mukesh27. Fixes #60405. git-svn-id: https://develop.svn.wordpress.org/trunk@57509 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 3b321fc0a6..94995206f1 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -1692,7 +1692,7 @@ function do_feed_atom( $for_comments ) { * Displays the default robots.txt file content. * * @since 2.1.0 - * @since 5.3.0 Remove the "Disallow: /" output if search engine visiblity is + * @since 5.3.0 Remove the "Disallow: /" output if search engine visibility is * discouraged in favor of robots meta HTML tag via wp_robots_no_robots() * filter callback. */