Docs: Improve various globals documentation, as per documentation standards.

Props upadalavipul.
See #57069, #56792.


git-svn-id: https://develop.svn.wordpress.org/trunk@54868 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2022-11-23 21:34:24 +00:00
parent 54d392e8d7
commit 34ffd3a466

View File

@@ -3683,6 +3683,9 @@ function wp_preload_resources() {
*
* @since 4.6.0
*
* @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
* @global WP_Styles $wp_styles The WP_Styles object for printing styles.
*
* @return string[] A list of unique hosts of enqueued scripts and styles.
*/
function wp_dependencies_unique_hosts() {