Changeset 51551 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/05/2021 01:10:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r51540 r51551 221 221 $suffix = wp_scripts_get_suffix(); 222 222 223 // Expects multidimensional array like: 224 // 'a11y.js' => array('dependencies' => array(...), 'version' => '...'), 225 // 'annotations.js' => array('dependencies' => array(...), 'version' => '...'), 226 // 'api-fetch.js' => array(... 223 /* 224 * Expects multidimensional array like: 225 * 226 * 'a11y.js' => array('dependencies' => array(...), 'version' => '...'), 227 * 'annotations.js' => array('dependencies' => array(...), 'version' => '...'), 228 * 'api-fetch.js' => array(... 229 */ 227 230 $assets = include ABSPATH . WPINC . '/assets/script-loader-packages.php'; 228 231
Note: See TracChangeset
for help on using the changeset viewer.