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
@@ -25,8 +25,6 @@ class WP_Widget_RSS extends WP_Widget {
$widget_ops = array(
'description' => __( 'Entries from any RSS or Atom feed.' ),
'customize_selective_refresh' => true,
'show_instance_in_rest' => true,
);
$control_ops = array(
'width' => 400,