diff --git a/wp-content/themes/twentyfourteen/comments.php b/wp-content/themes/twentyfourteen/comments.php index 781c06d4c7..d62e91a7c7 100644 --- a/wp-content/themes/twentyfourteen/comments.php +++ b/wp-content/themes/twentyfourteen/comments.php @@ -24,8 +24,24 @@ if ( post_password_required() ) {

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