Skip to content

Commit

Permalink
Docs: Correct DocBlock formatting for the_password_form filter.
Browse files Browse the repository at this point in the history
Follow-up to [59736], [59737].

See #62281.

git-svn-id: https://develop.svn.wordpress.org/trunk@59756 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Feb 4, 2025
1 parent f584f79 commit bce13fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wp-includes/post-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit bce13fd

Please sign in to comment.