Changeset 14139 for trunk/wp-includes/compat.php
- Timestamp:
- 04/18/2010 06:14:45 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/compat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/compat.php
r13863 r14139 130 130 131 131 if ( !is_a($wp_json, 'Services_JSON') ) { 132 require_once( ' class-json.php' );132 require_once( './class-json.php' ); 133 133 $wp_json = new Services_JSON(); 134 134 } … … 143 143 144 144 if ( !is_a($wp_json, 'Services_JSON') ) { 145 require_once( ' class-json.php' );145 require_once( './class-json.php' ); 146 146 $wp_json = new Services_JSON(); 147 147 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)