From c6e8353e369cae3be8bf6cc218972c0b7f65a1a9 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 7 Nov 2022 13:33:11 +0000 Subject: [PATCH] Docs: Replace HTTP links with HTTPS in `class-json.php` docblocks. Props haritpanchal. Fixes #57017. See #56792. git-svn-id: https://develop.svn.wordpress.org/trunk@54759 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-json.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-json.php b/src/wp-includes/class-json.php index 9eca6f4b57..d651dcdfb8 100644 --- a/src/wp-includes/class-json.php +++ b/src/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 */ /**