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
This commit is contained in:
Dominik Schilling 2014-12-09 11:27:22 +00:00
parent 332e0a7f82
commit 18349e84cf
2 changed files with 2 additions and 2 deletions

View File

@ -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[] = "<a class='button button-secondary$class' href='{$item[2]}'>{$item[0]}</a>";
} else {
$current_theme_actions[] = "<a class='button button-secondary$class' href='themes.php?page={$item[2]}'$>{$item[0]}</a>";
$current_theme_actions[] = "<a class='button button-secondary$class' href='themes.php?page={$item[2]}'>{$item[0]}</a>";
}
}
}

View File

@ -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.