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:
parent
b30afb0349
commit
747f6589a1
@ -169,6 +169,7 @@ if ( ! function_exists( 'twentyfourteen_post_thumbnail' ) ) :
|
|||||||
* views, or a div element when on single views.
|
* views, or a div element when on single views.
|
||||||
*
|
*
|
||||||
* @since Twenty Fourteen 1.0
|
* @since Twenty Fourteen 1.0
|
||||||
|
* @since Twenty Fourteen 1.4 Was made 'pluggable', or overridable.
|
||||||
*/
|
*/
|
||||||
function twentyfourteen_post_thumbnail() {
|
function twentyfourteen_post_thumbnail() {
|
||||||
if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) {
|
if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user