Make WordPress Core


Ignore:
Timestamp:
05/25/2021 08:21:03 AM (4 years ago)
Author:
noisysocks
Message:

REST API: Revert widget endpoints

Reverts [50993] as it has missing props.

Reverts [50993].
See #41683.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-rss.php

    r50993 r50994  
    2626            'description'                 => __( 'Entries from any RSS or Atom feed.' ),
    2727            'customize_selective_refresh' => true,
    28             'show_instance_in_rest'       => true,
    29 
    3028        );
    3129        $control_ops = array(
Note: See TracChangeset for help on using the changeset viewer.