Correct a typo in `wp-includes/post-thumbnail-template.php`.

Props ixkaito.
Fixes #30867.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30992 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-12-31 18:09:25 +00:00
parent 7ea306dd9d
commit 7f94333084
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* WordPress Post Thumbnail Template Functions.
*
* Support for post thumbnails
* Themes function.php must call add_theme_support( 'post-thumbnails' ) to use these.
* Themes functions.php must call add_theme_support( 'post-thumbnails' ) to use these.
*
* @package WordPress
* @subpackage Template

View File

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