Block Editor: Include the page list block server-side code.

On a previous package update, this block's server-side code has been missed.
This was causing the block to not render properly.

Props Chouby, desrosj, mcsf.
Fixes #53309.

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


git-svn-id: http://core.svn.wordpress.org/trunk@50714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
youknowriad
2021-06-08 18:13:01 +00:00
parent 3cd3ac227a
commit f47e79bc7d
12 changed files with 670 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-51104';
$wp_version = '5.8-alpha-51105';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.