diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index ca064233e6..10023c1b06 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -518,7 +518,6 @@ function wp_comment_reply( $position = 1, $checkbox = false, $mode = 'single', $

- diff --git a/wp-includes/version.php b/wp-includes/version.php index 720e18a3e6..d915a9345d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta4-31998'; +$wp_version = '4.2-beta4-31999'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.