Changeset 54267 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 09/20/2022 08:30:03 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r54254 r54267 170 170 * 171 171 * @param WP_Scripts $scripts WP_Scripts object. 172 * @param array$tests Features to detect.172 * @param string[] $tests Features to detect. 173 173 * @return string Conditional polyfill inline script. 174 174 */ … … 1746 1746 * @since 2.3.1 1747 1747 * 1748 * @param array$js_array JavaScript scripts array1749 * @return arrayReordered array, if needed.1748 * @param string[] $js_array JavaScript scripts array 1749 * @return string[] Reordered array, if needed. 1750 1750 */ 1751 1751 function wp_prototype_before_jquery( $js_array ) {
Note: See TracChangeset
for help on using the changeset viewer.