Changeset 21818 for trunk/wp-includes/functions.php
- Timestamp:
- 09/11/2012 08:11:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r21797 r21818 1911 1911 elseif ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) 1912 1912 $function = apply_filters( 'wp_die_xmlrpc_handler', '_xmlrpc_wp_die_handler' ); 1913 elseif ( defined( 'APP_REQUEST' ) && APP_REQUEST )1914 $function = apply_filters( 'wp_die_app_handler', '_scalar_wp_die_handler' );1915 1913 else 1916 1914 $function = apply_filters( 'wp_die_handler', '_default_wp_die_handler' );
Note: See TracChangeset
for help on using the changeset viewer.