diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 0a7ae7319c..bf265b8f60 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -190,7 +190,7 @@ if ( ! $ct->errors() || ( 1 == count( $ct->errors()->get_error_codes() ) if ( file_exists( ABSPATH . "wp-admin/$menu_file" ) ) { $current_theme_actions[] = "{$item[0]}"; } else { - $current_theme_actions[] = "{$item[0]}"; + $current_theme_actions[] = "{$item[0]}"; } } } diff --git a/wp-includes/version.php b/wp-includes/version.php index 1b4f80ee25..6c66aa03b0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30793'; +$wp_version = '4.1-beta2-30794'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.