~canonical-sysadmins/wordpress/4.7

« back to all changes in this revision

Viewing changes to wp-includes/compat.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:04:26 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: nick.moffitt@canonical.com-20150115110426-5stm1p14cfnxrtme
New Upstream Version 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
 
123
123
        return $result === 0;
124
124
}
125
 
endif;
 
 
b'\\ No newline at end of file'
 
125
endif;
 
126
 
 
127
// JSON_PRETTY_PRINT was introduced in PHP 5.4
 
128
// Defined here to prevent a notice when using it with wp_json_encode()
 
129
if ( ! defined( 'JSON_PRETTY_PRINT' ) ) {
 
130
        define( 'JSON_PRETTY_PRINT', 128 );
 
131
}