From 18349e84cf8c5d25766ad8ab9f4fc35bfb6b3a32 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 9 Dec 2014 11:27:22 +0000 Subject: [PATCH] Remove a stray $ from [30793]. props ipm-frommen. see #30553. Built from https://develop.svn.wordpress.org/trunk@30794 git-svn-id: http://core.svn.wordpress.org/trunk@30784 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.