- Timestamp:
- 05/29/2024 08:51:04 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
r56548 r58230 238 238 $default_schema = array( 239 239 'type' => empty( $args['type'] ) ? null : $args['type'], 240 'title' => empty( $args['label'] ) ? '' : $args['label'], 240 241 'description' => empty( $args['description'] ) ? '' : $args['description'], 241 242 'default' => isset( $args['default'] ) ? $args['default'] : null,
Note: See TracChangeset
for help on using the changeset viewer.