diff --git a/wp-admin/comment.php b/wp-admin/comment.php index 1c46b0a9f1..ab43f97b56 100644 --- a/wp-admin/comment.php +++ b/wp-admin/comment.php @@ -12,6 +12,7 @@ require_once( dirname( __FILE__ ) . '/admin.php' ); $parent_file = 'edit-comments.php'; $submenu_file = 'edit-comments.php'; +global $action; wp_reset_vars( array('action') ); if ( isset( $_POST['deletecomment'] ) ) diff --git a/wp-includes/version.php b/wp-includes/version.php index 30bb468996..44dd4b9f20 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-alpha-31127'; +$wp_version = '4.2-alpha-31128'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.