Tests: Remove redundant unregister call in block bindings tear down
Only block bindings sources registered in the tests should get unregistered. Follow-up for [57375]. See #60282. Props czapla. Built from https://develop.svn.wordpress.org/trunk@57385 git-svn-id: http://core.svn.wordpress.org/trunk@56891 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
45fc776d33
commit
27348531f3
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57384';
|
||||
$wp_version = '6.5-alpha-57385';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue