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

Fixes #31374.


git-svn-id: https://develop.svn.wordpress.org/trunk@31482 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-02-20 10:34:59 +00:00
parent b30afb0349
commit 747f6589a1
1 changed files with 1 additions and 0 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() ) {