Changeset 52278 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 11/30/2021 08:31:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
r52069 r52278 111 111 'args' => array( 112 112 'id' => array( 113 'description' => __( 'The widget type id.' , 'default'),113 'description' => __( 'The widget type id.' ), 114 114 'type' => 'string', 115 115 'required' => true, 116 116 ), 117 117 'instance' => array( 118 'description' => __( 'Current instance settings of the widget.' , 'default'),118 'description' => __( 'Current instance settings of the widget.' ), 119 119 'type' => 'object', 120 120 ),
Note: See TracChangeset
for help on using the changeset viewer.