mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
General: Minor fixes to Global Style related code.
Follow up to [52041,52049-52052,52054,52106,52108-52110]. Props swisspidy, TobiasBg, spacedmonkey, kebbet, oandregal. See #54336. git-svn-id: https://develop.svn.wordpress.org/trunk@52128 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -294,7 +294,7 @@ function create_initial_rest_routes() {
|
||||
$controller->register_routes();
|
||||
|
||||
// Block Renderer.
|
||||
$controller = new WP_REST_Block_Renderer_Controller;
|
||||
$controller = new WP_REST_Block_Renderer_Controller();
|
||||
$controller->register_routes();
|
||||
|
||||
// Block Types.
|
||||
|
||||
Reference in New Issue
Block a user