General: Fix a typo introduced in [41219].

See #38462


git-svn-id: https://develop.svn.wordpress.org/trunk@41220 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2017-08-03 15:45:14 +00:00
parent 3aadc71579
commit a3dec5dd51
1 changed files with 2 additions and 2 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 );