Block Hooks: Fix `@ticket` references in tests, add missing ones.
Some tests that were added in [57157] erroneously set their `@ticket` reference to #59646, rather than #60008. This changeset rectifies that mistake. Additionally, it adds ticket references to #60008 to tests that were modified by [57157]. Follow-up to [57157]. See #60008. Built from https://develop.svn.wordpress.org/trunk@57172 git-svn-id: http://core.svn.wordpress.org/trunk@56683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cf50fd40f5
commit
ed04994d13
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.5-alpha-57171';
|
||||
$wp_version = '6.5-alpha-57172';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue