diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 7d4a51f939..0e720ee168 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -1802,13 +1802,16 @@ function win_is_writable( $path ) { } /** - * Get uploads directory information. + * Retrieves uploads directory information. * * Same as wp_upload_dir() but "light weight" as it doesn't attempt to create the uploads directory. - * Intended for use in themes, when only 'basedir' and 'baseurl' are needed, generally in all cases when not uploading files. + * Intended for use in themes, when only 'basedir' and 'baseurl' are needed, generally in all cases + * when not uploading files. * * @since 4.5.0 * + * @see wp_upload_dir() + * * @return array See wp_upload_dir() for description. */ function wp_get_upload_dir() {