diff options
author | Dominik Schilling (ocean90) <ocean90@git.wordpress.org> | 2015-04-12 21:28:58 +0000 |
---|---|---|
committer | Dominik Schilling (ocean90) <ocean90@git.wordpress.org> | 2015-04-12 21:28:58 +0000 |
commit | b0d67579180d2cb69e45b99c64cdefab7212a4ac (patch) | |
tree | 91ae5df1b9542cff476cfa5f01774942446060fa /src/wp-includes/cache.php | |
parent | 3c4b4ea0cc2131f314351b3c87f5ce54799a3aea (diff) | |
download | wordpress-b0d67579180d2cb69e45b99c64cdefab7212a4ac.tar.gz wordpress-b0d67579180d2cb69e45b99c64cdefab7212a4ac.zip |
Use HTTPS URLs for codex.wordpress.org.
see #27115.
git-svn-id: https://develop.svn.wordpress.org/trunk@32116 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/wp-includes/cache.php')
-rw-r--r-- | src/wp-includes/cache.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/cache.php b/src/wp-includes/cache.php index 79b038b5f6..d75c82c669 100644 --- a/src/wp-includes/cache.php +++ b/src/wp-includes/cache.php @@ -2,7 +2,7 @@ /** * Object Cache API * - * @link http://codex.wordpress.org/Function_Reference/WP_Cache + * @link https://codex.wordpress.org/Function_Reference/WP_Cache * * @package WordPress * @subpackage Cache |