Make WordPress Core

Changeset 54868


Ignore:
Timestamp:
11/23/2022 09:34:24 PM (22 months ago)
Author:
audrasjb
Message:

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

Props upadalavipul.
See #57069, #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r54470 r54868  
    36843684 * @since 4.6.0
    36853685 *
     3686 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.
     3687 * @global WP_Styles  $wp_styles  The WP_Styles object for printing styles.
     3688 *
    36863689 * @return string[] A list of unique hosts of enqueued scripts and styles.
    36873690 */
Note: See TracChangeset for help on using the changeset viewer.