Docs: Replace HTTP links with HTTPS in `class-json.php` docblocks.
Props haritpanchal. Fixes #57017. See #56792. Built from https://develop.svn.wordpress.org/trunk@54759 git-svn-id: http://core.svn.wordpress.org/trunk@54311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8b6b98dc19
commit
b21f66ae06
|
@ -54,8 +54,8 @@ if ( ! class_exists( 'Services_JSON' ) ) :
|
||||||
* @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
|
* @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com>
|
||||||
* @copyright 2005 Michal Migurski
|
* @copyright 2005 Michal Migurski
|
||||||
* @version CVS: $Id: JSON.php 305040 2010-11-02 23:19:03Z alan_k $
|
* @version CVS: $Id: JSON.php 305040 2010-11-02 23:19:03Z alan_k $
|
||||||
* @license http://www.opensource.org/licenses/bsd-license.php
|
* @license https://www.opensource.org/licenses/bsd-license.php
|
||||||
* @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198
|
* @link https://pear.php.net/pepr/pepr-proposal-show.php?id=198
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.2-alpha-54758';
|
$wp_version = '6.2-alpha-54759';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue