Make WordPress Core


Ignore:
Timestamp:
05/25/2021 08:21:03 AM (5 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-text.php

    r50993 r50994  
    3535            'description'                 => __( 'Arbitrary text.' ),
    3636            'customize_selective_refresh' => true,
    37             'show_instance_in_rest'       => true,
    3837        );
    3938        $control_ops = array(
Note: See TracChangeset for help on using the changeset viewer.