Block Editor: Removed useless block editor render context value.
The "query" context value was meant to be used by the Query block. But the block has been refactored to avoid relying on context for this. Props ntsekouras. Fixes #53250. Built from https://develop.svn.wordpress.org/trunk@50950 git-svn-id: http://core.svn.wordpress.org/trunk@50559 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-50949';
|
||||
$wp_version = '5.8-alpha-50950';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
||||
Reference in New Issue
Block a user