Add an entry to the changelog for twentyfourteen_post_thumbnail() noting that it was made 'pluggable'.

Fixes #31374.

Built from https://develop.svn.wordpress.org/trunk@31482


git-svn-id: http://core.svn.wordpress.org/trunk@31463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-02-20 10:35:28 +00:00
parent 5dc3b77be3
commit 64bc6934f1
2 changed files with 2 additions and 1 deletions

View File

@ -169,6 +169,7 @@ if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) :
* views, or a div element when on single views.
*
* @since Twenty Fourteen 1.0
* @since Twenty Fourteen 1.4 Was made 'pluggable', or overridable.
*/
function twentyfourteen_post_thumbnail() {
if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31481';
$wp_version = '4.2-alpha-31482';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.