Changeset 59634 for trunk/src/wp-admin/admin-post.php
- Timestamp:
- 01/16/2025 04:16:15 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/admin-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-post.php
r58069 r59634 14 14 } 15 15 16 if ( defined( 'ABSPATH' ) ) { 17 require_once ABSPATH . 'wp-load.php'; 18 } else { 19 require_once dirname( __DIR__ ) . '/wp-load.php'; 20 } 16 /** Load WordPress Bootstrap */ 17 require_once dirname( __DIR__ ) . '/wp-load.php'; 21 18 22 19 /** Allow for cross-domain requests (from the front end). */
Note: See TracChangeset
for help on using the changeset viewer.