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
@@ -26,7 +26,6 @@ class WP_Widget_Recent_Posts extends WP_Widget {
'classname' => 'widget_recent_entries',
'description' => __( 'Your site’s most recent Posts.' ),
'customize_selective_refresh' => true,
'show_instance_in_rest' => true,
);
parent::__construct( 'recent-posts', __( 'Recent Posts' ), $widget_ops );
$this->alt_option_name = 'widget_recent_entries';