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
This commit is contained in:
parent
9ab303dbdf
commit
94b3dcc605
@ -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 );
|
||||
|
@ -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 );
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user