Changeset 5843 for trunk/wp-app.php
- Timestamp:
- 08/03/2007 12:45:06 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-app.php
r5765 r5843 10 10 define('APP_REQUEST', true); 11 11 12 require_once(' wp-config.php');13 require_once( 'wp-includes/post-template.php');12 require_once('./wp-config.php'); 13 require_once(ABSPATH . WPINC . '/post-template.php'); 14 14 15 15 // Attempt to automatically detect whether to use querystring
Note: See TracChangeset
for help on using the changeset viewer.