diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 15dfc67d6f..d502cf4daa 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index a8f75febe7..bcc9713c98 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.