A couple more tweaks to the post-thumbnail-template.php description.
see #30867. Built from https://develop.svn.wordpress.org/trunk@31048 git-svn-id: http://core.svn.wordpress.org/trunk@31029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
28c918e49c
commit
05f1506d93
|
@ -2,8 +2,8 @@
|
|||
/**
|
||||
* WordPress Post Thumbnail Template Functions.
|
||||
*
|
||||
* Support for post thumbnails
|
||||
* Themes functions.php must call add_theme_support( 'post-thumbnails' ) to use these.
|
||||
* Support for post thumbnails.
|
||||
* Theme's functions.php must call add_theme_support( 'post-thumbnails' ) to use these.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Template
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31047';
|
||||
$wp_version = '4.2-alpha-31048';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue