← All changes
|
php/Admin/Menus/Manage/Manage_Menu_Bulk_Download.php
+1
-1
3.10.0
→
4.0.0-beta.2
View file →
| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | 403 |
| 43 | 43 | ); |
| 44 | 44 | } |
| 45 | 45 | |
| 46 | - $snippets_json = wp_unslash( filter_input( INPUT_POST, 'snippets', FILTER_DEFAULT ) ?? '' ); | |
| 46 | + $snippets_json = wp_unslash( filter_input( INPUT_POST, 'snippets' ) ?? '' ); | |
| 47 | 47 | $snippets = $this->resolve_snippets( $snippets_json ); |
| 48 | 48 | |
| 49 | 49 | if ( $snippets instanceof WP_Error ) { |
| 50 | 50 | $status = $snippets->get_error_data( 'status' ); |