Changeset 25616 for trunk/src/wp-trackback.php
- Timestamp:
- 09/25/2013 12:17:40 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-trackback.php
r25564 r25616 10 10 11 11 if (empty($wp)) { 12 require_once( './wp-load.php');12 require_once( dirname( __FILE__ ) . '/wp-load.php' ); 13 13 wp( array( 'tb' => '1' ) ); 14 14 }
Note: See TracChangeset
for help on using the changeset viewer.