From 94b3dcc6058cef30e623192ff9a99bdf4aec8ca6 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 7 Apr 2019 05:23:51 +0000 Subject: [PATCH] Bundled Themes: Link to an updated documentation on post thumbnails on developer.wordpress.org, instead of Codex. Props samanehmirrajabi. Fixes #46823. Built from https://develop.svn.wordpress.org/trunk@45126 git-svn-id: http://core.svn.wordpress.org/trunk@44935 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfifteen/functions.php | 2 +- wp-content/themes/twentysixteen/functions.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentyfifteen/functions.php b/wp-content/themes/twentyfifteen/functions.php index 201fb2b3fa..db6451f0b9 100644 --- a/wp-content/themes/twentyfifteen/functions.php +++ b/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/wp-content/themes/twentysixteen/functions.php b/wp-content/themes/twentysixteen/functions.php index 5dbd51217b..68e4a5ef03 100644 --- a/wp-content/themes/twentysixteen/functions.php +++ b/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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 66bda55cf0..5a4c8f7988 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45125'; +$wp_version = '5.2-beta1-45126'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.