Changeset 51657 for trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
- Timestamp:
- 08/26/2021 12:57:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php
r51286 r51657 86 86 'description' => __( 'Serialized widget form data to encode into instance settings.' ), 87 87 'type' => 'string', 88 'sanitize_callback' => function( $string ) {88 'sanitize_callback' => static function( $string ) { 89 89 $array = array(); 90 90 wp_parse_str( $string, $array );
Note: See TracChangeset
for help on using the changeset viewer.