diff --git a/wp-admin/includes/class-wp-ms-themes-list-table.php b/wp-admin/includes/class-wp-ms-themes-list-table.php index eb0d6777ce..fc618f0993 100644 --- a/wp-admin/includes/class-wp-ms-themes-list-table.php +++ b/wp-admin/includes/class-wp-ms-themes-list-table.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index ae157d9b2e..d0a6c033c5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.