PluginProbe
Code Snippets / 4.0.0-beta.2
Code Snippets v4.0.0-beta.2
4.0.0-beta.2 3.10.2 3.10.1 3.10.0 3.10.0-beta.2 3.10.0-beta.1 4.0.0-beta.1 3.9.6 trunk 2.10.0 2.10.1 2.12.0 2.12.1 2.13.0 2.13.1 2.13.2 2.13.3 2.14.0 2.14.1 2.14.2 2.14.3 2.14.4 2.14.5 2.14.6 3.0.0 All 65 releases
← 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' );