Changeset 6871 for trunk/src/includes/common/ajax.php
- Timestamp:
- 10/16/2018 08:37:16 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/ajax.php
r6760 r6871 73 73 } 74 74 75 // Set WordPress core AJAX constant 76 define( 'DOING_AJAX', true ); 75 // Set WordPress core AJAX constant for back-compat 76 if ( ! defined( 'DOING_AJAX' ) ) { 77 define( 'DOING_AJAX', true ); 78 } 77 79 78 80 // Setup AJAX headers
Note: See TracChangeset
for help on using the changeset viewer.