Changeset 51518 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 07/30/2021 07:34:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r50408 r51518 163 163 * @since 2.6.0 164 164 * 165 * @param WP_Scripts $ this WP_Scripts instance (passed by reference).165 * @param WP_Scripts $wp_scripts WP_Scripts instance (passed by reference). 166 166 */ 167 167 do_action_ref_array( 'wp_default_scripts', array( &$this ) );
Note: See TracChangeset
for help on using the changeset viewer.