Changeset 56195 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 07/10/2023 11:17:05 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
r54971 r56195 465 465 } 466 466 467 // Set the widget's number so that the id attributes in the HTML that we 468 // return are predictable. 467 /* 468 * Set the widget's number so that the id attributes in the HTML that we 469 * return are predictable. 470 */ 469 471 if ( isset( $request['number'] ) && is_numeric( $request['number'] ) ) { 470 472 $widget_object->_set( (int) $request['number'] );
Note: See TracChangeset
for help on using the changeset viewer.