Changeset 54476
- Timestamp:
- 10/11/2022 01:23:49 PM (2 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r54449 r54476 4822 4822 } 4823 4823 4824 // Validate all entries of the list are scalar. 4825 $list = array_filter( $list, 'is_scalar' ); 4826 4824 4827 return $list; 4825 4828 } -
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php
r54121 r54476 2896 2896 'type' => 'string', 2897 2897 ), 2898 'sanitize_callback' => 'wp_parse_slug_list',2899 2898 ); 2900 2899
Note: See TracChangeset
for help on using the changeset viewer.