From 23d0e8392ee6a139f100c6583190e4e061de0fe1 Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 9 Dec 2014 11:26:27 +0000 Subject: [PATCH] Remove a stray $ from [30793]. props ipm-frommen. see #30553. git-svn-id: https://develop.svn.wordpress.org/trunk@30794 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/themes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 0a7ae7319c..bf265b8f60 100644 --- a/src/wp-admin/themes.php +++ b/src/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]}"; } } }