diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 3b321fc0a6..94995206f1 100644 --- a/wp-includes/functions.php +++ b/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. */ diff --git a/wp-includes/version.php b/wp-includes/version.php index bdb08bda52..8217115e0b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57508'; +$wp_version = '6.5-alpha-57509'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.