From c37a788332e14e9e2da584fe3015832316695180 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 7 Sep 2011 13:45:06 +0000 Subject: [PATCH] s/robot/robots/. props madjax, fixes #18612. git-svn-id: https://develop.svn.wordpress.org/trunk@18647 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 4a4c5eaa3b..e3e89d5c30 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1830,13 +1830,13 @@ function do_feed_atom( $for_comments ) { } /** - * Display the robot.txt file content. + * Display the robots.txt file content. * * The echo content should be with usage of the permalinks or for creating the - * robot.txt file. + * robots.txt file. * * @since 2.1.0 - * @uses do_action() Calls 'do_robotstxt' hook for displaying robot.txt rules. + * @uses do_action() Calls 'do_robotstxt' hook for displaying robots.txt rules. */ function do_robots() { header( 'Content-Type: text/plain; charset=utf-8' );