Changeset 14151 for trunk/wp-includes/compat.php
- Timestamp:
- 04/18/2010 09:51:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/compat.php
r14139 r14151 130 130 131 131 if ( !is_a($wp_json, 'Services_JSON') ) { 132 require_once( './class-json.php' );132 require_once( ABSPATH . WPINC . '/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( ABSPATH . WPINC . '/class-json.php' ); 146 146 $wp_json = new Services_JSON(); 147 147 }
Note: See TracChangeset
for help on using the changeset viewer.