Changeset 25616 for trunk/src/wp-admin/admin-post.php
- Timestamp:
- 09/25/2013 12:17:40 AM (13 years 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
r25589 r25616 15 15 require_once(ABSPATH . 'wp-load.php'); 16 16 else 17 require_once( '../wp-load.php');17 require_once( dirname( dirname( __FILE__ ) ) . '/wp-load.php' ); 18 18 19 19 /** Allow for cross-domain requests (from the frontend). */
Note: See TracChangeset
for help on using the changeset viewer.