diff -r c7c34916027a -r 177826044cd9 wp/wp-admin/includes/noop.php --- a/wp/wp-admin/includes/noop.php Mon Oct 14 18:06:33 2019 +0200 +++ b/wp/wp-admin/includes/noop.php Mon Oct 14 18:28:13 2019 +0200 @@ -65,7 +65,8 @@ /** * @ignore */ -function is_admin() {return true;} +function is_admin() { + return true;} /** * @ignore @@ -93,15 +94,15 @@ function wp_guess_url() {} if ( ! function_exists( 'json_encode' ) ) : -/** - * @ignore - */ -function json_encode() {} + /** + * @ignore + */ + function json_encode() {} endif; function get_file( $path ) { - if ( function_exists('realpath') ) { + if ( function_exists( 'realpath' ) ) { $path = realpath( $path ); } @@ -110,4 +111,4 @@ } return @file_get_contents( $path ); -} \ No newline at end of file +}