diff --git a/wp-includes/class-wp-theme.php b/wp-includes/class-wp-theme.php index 77cd807cee..8a1d88e041 100644 --- a/wp-includes/class-wp-theme.php +++ b/wp-includes/class-wp-theme.php @@ -678,7 +678,7 @@ final class WP_Theme implements ArrayAccess { * @since 3.4.0 * * @param string $key Type of data to store (theme, screenshot, headers, post_templates) - * @param string $data Data to store + * @param array|string $data Data to store * @return bool Return value from wp_cache_add() */ private function cache_add( $key, $data ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index d8bc9a6e84..38c69f7f79 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-46225'; +$wp_version = '5.3-alpha-46226'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.