Docs: Correct DocBlock formatting for the_password_form filter.

Follow-up to [59736], [59737].

See #62281.
Built from https://develop.svn.wordpress.org/trunk@59756


git-svn-id: http://core.svn.wordpress.org/trunk@59098 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2025-02-04 00:32:23 +00:00
parent 6e0285406d
commit 7975d2c6c3
2 changed files with 3 additions and 3 deletions

View File

@ -1823,8 +1823,8 @@ function get_the_password_form( $post = 0 ) {
* @since 5.8.0 Added the `$post` parameter.
* @since 6.8.0 Added the `$invalid_password` parameter.
*
* @param string $output The password form HTML output.
* @param WP_Post $post Post object.
* @param string $output The password form HTML output.
* @param WP_Post $post Post object.
* @param string $invalid_password The invalid password message.
*/
return apply_filters( 'the_password_form', $output, $post, $invalid_password );

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59755';
$wp_version = '6.8-alpha-59756';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.