Fix block template utils test: use template part instead of template object.

Note that the PHP unit tests didn't fail in the CI job because the date for both the template and template part was the same.

Props ramonopoly.
Fixes #58540.

Built from https://develop.svn.wordpress.org/trunk@55993


git-svn-id: http://core.svn.wordpress.org/trunk@55505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
oandregal 2023-06-23 09:30:19 +00:00
parent 19dda6b262
commit cbe4f15279

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.3-alpha-55992';
$wp_version = '6.3-alpha-55993';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.