diff --git a/wp-content/themes/twentyfourteen/inc/template-tags.php b/wp-content/themes/twentyfourteen/inc/template-tags.php index 1d7576f06c..f63ee8284b 100644 --- a/wp-content/themes/twentyfourteen/inc/template-tags.php +++ b/wp-content/themes/twentyfourteen/inc/template-tags.php @@ -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() ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 81246d64ee..5f7d01127e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.