Changeset 42343 for trunk/src/wp-admin/includes/noop.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/noop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/noop.php
r39950 r42343 66 66 * @ignore 67 67 */ 68 function is_admin() {return true;} 68 function is_admin() { 69 return true;} 69 70 70 71 /** … … 94 95 95 96 if ( ! function_exists( 'json_encode' ) ) : 96 /**97 * @ignore98 */99 function json_encode() {}97 /** 98 * @ignore 99 */ 100 function json_encode() {} 100 101 endif; 101 102 102 103 function get_file( $path ) { 103 104 104 if ( function_exists( 'realpath') ) {105 if ( function_exists( 'realpath' ) ) { 105 106 $path = realpath( $path ); 106 107 }
Note: See TracChangeset
for help on using the changeset viewer.