Docs: Correct `@param` tag in `untrailingslashit()` to match the parameter name.

Follow-up to [54927].

Props justlevine.
See #52217, #62281.
Built from https://develop.svn.wordpress.org/trunk@59333


git-svn-id: http://core.svn.wordpress.org/trunk@58719 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-10-31 23:26:15 +00:00
parent 1522e2f001
commit 9adf2cf437
2 changed files with 2 additions and 2 deletions

View File

@ -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 ) {

View File

@ -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.