From b21f66ae06fd8d025367ab633c32c406f2605aa7 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 7 Nov 2022 13:35:12 +0000 Subject: [PATCH] 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 --- wp-includes/class-json.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-json.php b/wp-includes/class-json.php index 9eca6f4b57..d651dcdfb8 100644 --- a/wp-includes/class-json.php +++ b/wp-includes/class-json.php @@ -54,8 +54,8 @@ if ( ! class_exists( 'Services_JSON' ) ) : * @author Brett Stimmerman * @copyright 2005 Michal Migurski * @version CVS: $Id: JSON.php 305040 2010-11-02 23:19:03Z alan_k $ - * @license http://www.opensource.org/licenses/bsd-license.php - * @link http://pear.php.net/pepr/pepr-proposal-show.php?id=198 + * @license https://www.opensource.org/licenses/bsd-license.php + * @link https://pear.php.net/pepr/pepr-proposal-show.php?id=198 */ /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 8dc84a0442..5364c1e462 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.