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:
parent
3aadc71579
commit
a3dec5dd51
@ -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 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user