Ticket #46813: 46813.2.diff
File 46813.2.diff, 512 bytes (added by , 6 years ago) |
---|
-
src/wp-includes/functions.php
2979 2979 $title = ''; 2980 2980 } 2981 2981 2982 /* Disable doing_it_wrong checks to prevent additional notices while dying */ 2983 add_filter( 'doing_it_wrong_trigger_error', __return_false ); 2984 2982 2985 if ( wp_doing_ajax() ) { 2983 2986 /** 2984 2987 * Filters the callback for killing WordPress execution for Ajax requests.