diff --git a/wp-includes/functions.php b/wp-includes/functions.php index ebdc12344c..2b4fe56e16 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -1856,6 +1856,9 @@ function wp_get_upload_dir() { * @since 2.0.0 * @uses _wp_upload_dir() * + * @staticvar array $cache + * @staticvar array $tested_paths + * * @param string $time Optional. Time formatted in 'yyyy/mm'. Default null. * @param bool $create_dir Optional. Whether to check and create the uploads directory. * Default true for backward compatibility. diff --git a/wp-includes/version.php b/wp-includes/version.php index 65931f3090..848f42c962 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41112'; +$wp_version = '4.9-alpha-41113'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.