mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
7ea306dd9d
commit
7f94333084
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user