REST API: Revert widget endpoints

Reverts [50993] as it has missing props.

Reverts [50993].
See #41683.


git-svn-id: https://develop.svn.wordpress.org/trunk@50994 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Robert Anderson
2021-05-25 08:21:03 +00:00
parent 909bd7fad0
commit 1b05374ddd
28 changed files with 4 additions and 5023 deletions
@@ -34,7 +34,6 @@ class WP_Widget_Text extends WP_Widget {
'classname' => 'widget_text',
'description' => __( 'Arbitrary text.' ),
'customize_selective_refresh' => true,
'show_instance_in_rest' => true,
);
$control_ops = array(
'width' => 400,