Make WordPress Core


Ignore:
Timestamp:
03/07/2019 11:53:15 AM (6 years ago)
Author:
youknowriad
Message:

Block Editor: Fix unit tests after new blocks addition.

  • Regenerate the REST API fixtures.
  • Remove the block registration hooks in the unit tests.

Refs #46429.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r44808 r44812  
    550550                '       .use( wp.data.plugins.persistence, { storageKey: storageKey } )',
    551551                '       .use( wp.data.plugins.controls );',
    552                 '   wp.data.plugins.persistence.__unstableMigrate( { storageKey: storageKey } );',
     552                '   wp.data.plugins.persistence.__unstableMigrate( { storageKey: storageKey } );',
    553553                '} )();',
    554554            )
Note: See TracChangeset for help on using the changeset viewer.