diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 5ceed59165..c162ca1c6d 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -1532,7 +1532,7 @@ function get_the_password_form( $post = 0 ) { $label = 'pwbox-' . ( empty($post->ID) ? rand() : $post->ID ); $output = '
+'; /** diff --git a/wp-includes/version.php b/wp-includes/version.php index b850039901..7820cd6fa3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36684'; +$wp_version = '4.5-alpha-36685'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.