diff --git a/wp-content/themes/twentyfifteen/comments.php b/wp-content/themes/twentyfifteen/comments.php index 12b892f6a8..6b97ec394c 100644 --- a/wp-content/themes/twentyfifteen/comments.php +++ b/wp-content/themes/twentyfifteen/comments.php @@ -25,8 +25,24 @@ if ( post_password_required() ) {

diff --git a/wp-includes/version.php b/wp-includes/version.php index c9783b2ef7..b162dc9869 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41760'; +$wp_version = '4.9-alpha-41761'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.