diff --git a/src/wp-content/themes/twentytwentyone/inc/template-functions.php b/src/wp-content/themes/twentytwentyone/inc/template-functions.php index 6ae2f0bd18..d0d385d3ba 100644 --- a/src/wp-content/themes/twentytwentyone/inc/template-functions.php +++ b/src/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 = '
+ '; return $output; }