Ticket #20457: 20457.diff
| File 20457.diff, 656 bytes (added by , 14 years ago) |
|---|
-
wp-includes/functions.php
1974 1974 elseif ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) 1975 1975 $function = apply_filters( 'wp_die_xmlrpc_handler', '_xmlrpc_wp_die_handler' ); 1976 1976 elseif ( defined( 'APP_REQUEST' ) && APP_REQUEST ) 1977 $function = apply_filters( 'wp_die_app_ bandler', '_scalar_wp_die_handler' );1977 $function = apply_filters( 'wp_die_app_handler', '_scalar_wp_die_handler' ); 1978 1978 else 1979 1979 $function = apply_filters( 'wp_die_handler', '_default_wp_die_handler' ); 1980 1980