diff --git a/src/wp-includes/class-json.php b/src/wp-includes/class-json.php
index 9eca6f4b57..d651dcdfb8 100644
a
|
b
|
if ( ! class_exists( 'Services_JSON' ) ) : |
54 | 54 | * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> |
55 | 55 | * @copyright 2005 Michal Migurski |
56 | 56 | * @version CVS: $Id: JSON.php 305040 2010-11-02 23:19:03Z alan_k $ |
57 | | * @license http://www.opensource.org/licenses/bsd-license.php |
58 | | * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 |
| 57 | * @license https://www.opensource.org/licenses/bsd-license.php |
| 58 | * @link https://pear.php.net/pepr/pepr-proposal-show.php?id=198 |
59 | 59 | */ |
60 | 60 | |
61 | 61 | /** |