General: Fix a typo introduced in [41219].

See #38462

Built from https://develop.svn.wordpress.org/trunk@41220


git-svn-id: http://core.svn.wordpress.org/trunk@41060 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2017-08-03 15:46:44 +00:00
parent b140e8f574
commit 38f91be819
2 changed files with 3 additions and 3 deletions

View File

@ -479,7 +479,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
*
* @param array $actions An array of action links.
* @param WP_Theme $theme The current WP_Theme object.
* @param string $context Status of the theme, one of all', 'enabled', or 'disabled'.
* @param string $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
*/
$actions = apply_filters( 'theme_action_links', array_filter( $actions ), $theme, $context );
@ -495,7 +495,7 @@ class WP_MS_Themes_List_Table extends WP_List_Table {
*
* @param array $actions An array of action links.
* @param WP_Theme $theme The current WP_Theme object.
* @param string $context Status of the theme, one of all', 'enabled', or 'disabled'.
* @param string $context Status of the theme, one of 'all', 'enabled', or 'disabled'.
*/
$actions = apply_filters( "theme_action_links_{$stylesheet}", $actions, $theme, $context );

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-41219';
$wp_version = '4.9-alpha-41220';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.