Make WordPress Core

Ticket #57017: 57017.patch

File 57017.patch, 722 bytes (added by haritpanchal, 3 years ago)

Patch added

  • src/wp-includes/class-json.php

    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' ) ) : 
    5454 * @author      Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
    5555 * @copyright   2005 Michal Migurski
    5656 * @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
    5959 */
    6060
    6161/**