diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 481593b0cb..cf3b30bdf3 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1908,7 +1908,11 @@ function get_submit_button( $text = '', $type = 'primary large', $name = 'submit $attributes = $other_attributes; } - $button = ''; if ( $wrap ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 4b78770441..b41e90f23c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.2-beta2-31879'; +$wp_version = '4.2-beta2-31880'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.