diff --git a/src/wp-content/themes/twentyfifteen/functions.php b/src/wp-content/themes/twentyfifteen/functions.php index 201fb2b3fa..db6451f0b9 100644 --- a/src/wp-content/themes/twentyfifteen/functions.php +++ b/src/wp-content/themes/twentyfifteen/functions.php @@ -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 ); diff --git a/src/wp-content/themes/twentysixteen/functions.php b/src/wp-content/themes/twentysixteen/functions.php index 5dbd51217b..68e4a5ef03 100644 --- a/src/wp-content/themes/twentysixteen/functions.php +++ b/src/wp-content/themes/twentysixteen/functions.php @@ -81,7 +81,7 @@ if ( ! function_exists( 'twentysixteen_setup' ) ) : /* * Enable support for Post Thumbnails on posts and pages. * - * @link https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails + * @link https://developer.wordpress.org/reference/functions/add_theme_support/#post-thumbnails */ add_theme_support( 'post-thumbnails' ); set_post_thumbnail_size( 1200, 9999 );