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/default-widgets.php

    r50993 r50994  
    6464/** WP_Widget_Custom_HTML class */
    6565require_once ABSPATH . WPINC . '/widgets/class-wp-widget-custom-html.php';
    66 
    67 /** WP_Widget_Block class */
    68 require_once ABSPATH . WPINC . '/widgets/class-wp-widget-block.php';
Note: See TracChangeset for help on using the changeset viewer.