Changeset 33459
- Timestamp:
- 07/28/2015 12:16:44 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/xmlrpc.php
r27146 r33459 27 27 28 28 /** Include the bootstrap for setting up WordPress environment */ 29 include( './wp-load.php');29 include( dirname( __FILE__ ) . '/wp-load.php' ); 30 30 31 31 if ( isset( $_GET['rsd'] ) ) { // http://cyber.law.harvard.edu/blogs/gems/tech/rsd.html
Note: See TracChangeset
for help on using the changeset viewer.