Use HTTPS URLs for codex.wordpress.org.

see #27115.

git-svn-id: https://develop.svn.wordpress.org/trunk@32116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90)
2015-04-12 21:28:58 +00:00
parent 3c4b4ea0cc
commit b0d6757918
128 changed files with 234 additions and 234 deletions
+2 -2
View File
@@ -54,7 +54,7 @@ function get_postdata($postid) {
*
* @since 1.0.1
* @deprecated 1.5.0
* @deprecated Use The Loop - {@link http://codex.wordpress.org/The_Loop Use new WordPress Loop}
* @deprecated Use The Loop - {@link https://codex.wordpress.org/The_Loop Use new WordPress Loop}
*/
function start_wp() {
global $wp_query;
@@ -1310,7 +1310,7 @@ function get_category_children( $id, $before = '/', $after = '', $visited = arra
* @since 2.0.0
* @deprecated 4.0.0 Use get_terms() instead.
* @see get_terms()
* @link http://codex.wordpress.org/Function_Reference/get_all_category_ids
* @link https://codex.wordpress.org/Function_Reference/get_all_category_ids
*
* @return object List of all of the category IDs.
*/