diff options
Diffstat (limited to 'themes/twentyfifteen/functions.php')
-rw-r--r-- | themes/twentyfifteen/functions.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/twentyfifteen/functions.php b/themes/twentyfifteen/functions.php index 2713ba2c..db6451f0 100644 --- a/themes/twentyfifteen/functions.php +++ b/themes/twentyfifteen/functions.php @@ -12,7 +12,7 @@ * the parent theme's file, so the child theme functions would be used. * * @link https://codex.wordpress.org/Theme_Development - * @link https://codex.wordpress.org/Child_Themes + * @link https://developer.wordpress.org/themes/advanced-topics/child-themes/ * * Functions that are not pluggable (not wrapped in function_exists()) are * instead attached to a filter or action hook. @@ -75,7 +75,7 @@ if ( ! function_exists( 'twentyfifteen_setup' ) ) : /* * Enable support for Post Thumbnails on posts and pages. * - * See: https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails + * See: https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails */ add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 825, 510, true ); |