- Timestamp:
- 12/14/2018 02:01:08 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43802
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/script-loader.php
r44134 r44143 103 103 104 104 $scripts->add( 'wp-polyfill', null, array( 'wp-polyfill-ecmascript' ) ); 105 did_action( 'init' ) && $scripts->add_ inline_script(105 did_action( 'init' ) && $scripts->add_data( 106 106 'wp-polyfill', 107 107 'data',
Note: See TracChangeset
for help on using the changeset viewer.