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:
parent
1522e2f001
commit
9adf2cf437
|
@ -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 ) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue