diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index 75efc33fd6..b579bcd324 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -2812,7 +2812,7 @@ function trailingslashit( $value ) { * * @since 2.2.0 * - * @param string $text Value from which trailing slashes will be removed. + * @param string $value Value from which trailing slashes will be removed. * @return string String without the trailing slashes. */ function untrailingslashit( $value ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 5bb17672ee..6e2b8b9b7b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59330'; +$wp_version = '6.8-alpha-59333'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.