diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index ebdc12344c..2b4fe56e16 100644 --- a/src/wp-includes/functions.php +++ b/src/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.