Changeset 20480
- Timestamp:
- 04/16/2012 04:15:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r20453 r20480 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' );
Note: See TracChangeset
for help on using the changeset viewer.