DocBlock adjustments to post thumbnail support. See #207.
This commit is contained in:
parent
e59b1cd448
commit
64f78bca0d
1 changed files with 2 additions and 3 deletions
|
@ -61,9 +61,8 @@ function _s_setup() {
|
|||
|
||||
/**
|
||||
* Enable support for Post Thumbnails on posts and pages
|
||||
* For post-only support, use add_theme_support( 'post-thumbnails', array( 'post' ) );
|
||||
* For page-only support, use add_theme_support( 'post-thumbnails', array( 'page' ) );
|
||||
* See http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
|
||||
*
|
||||
* @link http://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
|
||||
*/
|
||||
//add_theme_support( 'post-thumbnails' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue