- Timestamp:
- 09/12/2023 03:21:02 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
r54972 r56559 862 862 'context' => array(), 863 863 'arg_options' => array( 864 'sanitize_callback' => static function ( $form_data ) {864 'sanitize_callback' => static function ( $form_data ) { 865 865 $array = array(); 866 866 wp_parse_str( $form_data, $array );
Note: See TracChangeset
for help on using the changeset viewer.