mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-11 22:29:48 +01:00
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:
parent
6e0285406d
commit
7975d2c6c3
@ -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 );
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user