Changeset 44308
- Timestamp:
- 12/18/2018 11:01:15 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 44208,44211
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/script-loader.php
r44296 r44308 61 61 } 62 62 63 $scripts->add( 'wp-tinymce-lists', includes_url( "js/tinymce/plugins/lists/plugin$suffix.js" , array( 'wp-tinymce' ), $tinymce_version ));63 $scripts->add( 'wp-tinymce-lists', includes_url( "js/tinymce/plugins/lists/plugin$suffix.js" ), array( 'wp-tinymce' ), $tinymce_version ); 64 64 } 65 65 … … 125 125 'window.FormData && window.FormData.prototype.keys' => 'wp-polyfill-formdata', 126 126 'Element.prototype.matches && Element.prototype.closest' => 'wp-polyfill-element-closest', 127 ), 128 'after' 127 ) 129 128 ) 130 129 );
Note: See TracChangeset
for help on using the changeset viewer.