Twenty Seventeen: Make all Codex links in DocBlocks use HTTPS

Props johnpgreen.

Fixes #38854.

Built from https://develop.svn.wordpress.org/trunk@39300


git-svn-id: http://core.svn.wordpress.org/trunk@39240 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
David A. Kennedy
2016-11-18 20:49:31 +00:00
parent a003a7f1bb
commit b08d9893f6
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-beta4-39299';
$wp_version = '4.7-beta4-39300';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.