mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-12 13:44:21 +01:00
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:
parent
5dc3b77be3
commit
64bc6934f1
@ -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() ) {
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user