- Timestamp:
- 01/05/2026 04:31:14 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php
r61324 r61429 240 240 'title' => empty( $args['label'] ) ? '' : $args['label'], 241 241 'description' => empty( $args['description'] ) ? '' : $args['description'], 242 'default' => isset( $args['default'] ) ? $args['default'] :null,242 'default' => $args['default'] ?? null, 243 243 ); 244 244
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)