- Timestamp:
- 08/26/2021 12:57:08 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php
r51432 r51657 793 793 'context' => array(), 794 794 'arg_options' => array( 795 'sanitize_callback' => function( $string ) {795 'sanitize_callback' => static function( $string ) { 796 796 $array = array(); 797 797 wp_parse_str( $string, $array );
Note: See TracChangeset
for help on using the changeset viewer.