Changeset 44177 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 12/14/2018 10:53:17 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43840
- Property svn:mergeinfo changed
-
trunk/src/wp-includes/script-loader.php
r44171 r44177 176 176 'wp-block-serialization-default-parser', 177 177 'wp-data', 178 'wp-deprecated',179 178 'wp-dom', 180 179 'wp-element', … … 185 184 'wp-shortcode', 186 185 'lodash', 187 'wp-rich-text',188 186 ), 189 187 'block-library' => array( … … 226 224 'wp-keycodes', 227 225 'wp-polyfill', 226 'wp-rich-text', 228 227 'wp-url', 229 'wp-rich-text',230 228 ), 231 'compose' => array( 'lodash', 'wp-element', 'wp-is-shallow-equal', 'wp-polyfill' ), 229 'compose' => array( 230 'lodash', 231 'wp-deprecated', 232 'wp-element', 233 'wp-is-shallow-equal', 234 'wp-polyfill' 235 ), 232 236 'core-data' => array( 'wp-data', 'wp-api-fetch', 'wp-polyfill', 'wp-url', 'lodash' ), 233 237 'data' => array( 234 238 'lodash', 235 239 'wp-compose', 236 'wp-deprecated',237 240 'wp-element', 238 241 'wp-is-shallow-equal', … … 292 295 'wp-is-shallow-equal', 293 296 'wp-keycodes', 297 'wp-notices', 294 298 'wp-nux', 295 299 'wp-polyfill', … … 303 307 'element' => array( 'wp-polyfill', 'react', 'react-dom', 'lodash', 'wp-escape-html' ), 304 308 'escape-html' => array( 'wp-polyfill' ), 309 'format-library' => array( 310 'wp-components', 311 'wp-dom', 312 'wp-editor', 313 'wp-element', 314 'wp-i18n', 315 'wp-keycodes', 316 'wp-polyfill', 317 'wp-rich-text', 318 'wp-url', 319 ), 305 320 'hooks' => array( 'wp-polyfill' ), 306 321 'html-entities' => array( 'wp-polyfill' ), … … 317 332 'wp-polyfill', 318 333 ), 334 'notices' => array( 335 'lodash', 336 'wp-a11y', 337 'wp-data', 338 'wp-polyfill-ecmascript', 339 ), 319 340 'nux' => array( 320 341 'wp-element', … … 322 343 'wp-compose', 323 344 'wp-data', 345 'wp-deprecated', 324 346 'wp-i18n', 325 347 'wp-polyfill', … … 328 350 'plugins' => array( 'lodash', 'wp-compose', 'wp-element', 'wp-hooks', 'wp-polyfill' ), 329 351 'redux-routine' => array( 'wp-polyfill' ), 330 'rich-text' => array( 'wp-polyfill', 'wp-escape-html', 'lodash' ), 352 'rich-text' => array( 353 'lodash', 354 'wp-blocks', 355 'wp-data', 356 'wp-escape-html', 357 'wp-polyfill', 358 ), 331 359 'shortcode' => array( 'wp-polyfill', 'lodash' ), 332 360 'token-list' => array( 'lodash', 'wp-polyfill' ), … … 381 409 ' wp.data', 382 410 ' .use( wp.data.plugins.persistence, { storageKey: storageKey } )', 383 ' .use( wp.data.plugins.asyncGenerator )',384 411 ' .use( wp.data.plugins.controls );', 385 412 '} )()', … … 1816 1843 'edit-post' => array( 'wp-components', 'wp-editor', 'wp-edit-blocks', 'wp-block-library', 'wp-nux' ), 1817 1844 'editor' => array( 'wp-components', 'wp-editor-font', 'wp-nux' ), 1845 'format-library' => array(), 1818 1846 'list-reusable-blocks' => array( 'wp-components' ), 1819 1847 'nux' => array( 'wp-components' ),
Note: See TracChangeset
for help on using the changeset viewer.