Changeset 58200 for trunk/src/wp-includes/functions.wp-scripts.php
- Timestamp:
- 05/26/2024 08:49:30 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.wp-scripts.php
r58068 r58200 12 12 * Initializes $wp_scripts if it has not been set. 13 13 * 14 * @since 4.2.0 15 * 14 16 * @global WP_Scripts $wp_scripts 15 *16 * @since 4.2.017 17 * 18 18 * @return WP_Scripts WP_Scripts instance. … … 78 78 * 79 79 * @see WP_Scripts::do_item() 80 * @since 2.1.0 81 * 80 82 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts. 81 *82 * @since 2.1.083 83 * 84 84 * @param string|string[]|false $handles Optional. Scripts to be printed. Default 'false'. … … 235 235 * 236 236 * @see WP_Scripts::set_translations() 237 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts.238 *239 237 * @since 5.0.0 240 238 * @since 5.1.0 The `$domain` parameter was made optional. 239 * 240 * @global WP_Scripts $wp_scripts The WP_Scripts object for printing scripts. 241 241 * 242 242 * @param string $handle Script handle the textdomain will be attached to.
Note: See TracChangeset
for help on using the changeset viewer.