mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Standardize around "post image" instead of "post thumbnail"
git-svn-id: https://develop.svn.wordpress.org/trunk@12339 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
/**
|
||||
* WordPress Post Image Template Functions.
|
||||
*
|
||||
* Support for post thumbnails
|
||||
* Themes function.php must call add_theme_support( 'post-thumbnails' ) to use these.
|
||||
* Support for post images
|
||||
* Themes function.php must call add_theme_support( 'post-images' ) to use these.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Template
|
||||
|
||||
Reference in New Issue
Block a user