diff --git a/wp-content/themes/twentytwentyone/inc/template-functions.php b/wp-content/themes/twentytwentyone/inc/template-functions.php index 6ae2f0bd18..d0d385d3ba 100644 --- a/wp-content/themes/twentytwentyone/inc/template-functions.php +++ b/wp-content/themes/twentytwentyone/inc/template-functions.php @@ -421,7 +421,7 @@ function twenty_twenty_one_password_form( $output, $post = 0 ) { $label = 'pwbox-' . ( empty( $post->ID ) ? wp_rand() : $post->ID ); $output = '

' . esc_html__( 'This content is password protected. Please enter a password to view.', 'twentytwentyone' ) . '

-
+ '; return $output; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3e66639b76..7c259ceccf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55094'; +$wp_version = '6.2-alpha-55095'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.