diff --git a/functions.php b/functions.php index 39457aa..ee4a1e0 100644 --- a/functions.php +++ b/functions.php @@ -38,7 +38,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' ); @@ -61,7 +61,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', @@ -95,7 +95,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(