Skip to content

Commit bce13fd

Browse files
Docs: Correct DocBlock formatting for the_password_form filter.
Follow-up to [59736], [59737]. See #62281. git-svn-id: https://develop.svn.wordpress.org/trunk@59756 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f584f79 commit bce13fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/post-template.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,8 +1823,8 @@ function get_the_password_form( $post = 0 ) {
18231823
* @since 5.8.0 Added the `$post` parameter.
18241824
* @since 6.8.0 Added the `$invalid_password` parameter.
18251825
*
1826-
* @param string $output The password form HTML output.
1827-
* @param WP_Post $post Post object.
1826+
* @param string $output The password form HTML output.
1827+
* @param WP_Post $post Post object.
18281828
* @param string $invalid_password The invalid password message.
18291829
*/
18301830
return apply_filters( 'the_password_form', $output, $post, $invalid_password );

0 commit comments

Comments
 (0)