From b685b89b3fd7c12d60435b66de54f72d42ffac0b Mon Sep 17 00:00:00 2001 From: Emil Uzelac Date: Mon, 29 Jun 2015 14:18:47 -0500 Subject: [PATCH] Inline link update I believe that we can update inline links to https://developer.wordpress.org. Please confirm. --- functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 61bc7a16..2455a01b 100644 --- a/functions.php +++ b/functions.php @@ -36,7 +36,7 @@ function _s_setup() { /* * Enable support for Post Thumbnails on posts and pages. * - * @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails + * @link https://developer.wordpress.org/themes/functionality/featured-images-post-thumbnails/ */ add_theme_support( 'post-thumbnails' ); @@ -59,7 +59,7 @@ function _s_setup() { /* * Enable support for Post Formats. - * See http://codex.wordpress.org/Post_Formats + * See https://developer.wordpress.org/themes/functionality/post-formats/ */ add_theme_support( 'post-formats', array( 'aside', @@ -93,7 +93,7 @@ add_action( 'after_setup_theme', '_s_content_width', 0 ); /** * Register widget area. * - * @link http://codex.wordpress.org/Function_Reference/register_sidebar + * @link https://developer.wordpress.org/themes/functionality/sidebars/#registering-a-sidebar */ function _s_widgets_init() { register_sidebar( array(