Add basic post thumbnail support to Default theme.

git-svn-id: https://develop.svn.wordpress.org/trunk@12133 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2009-11-01 08:12:21 +00:00
parent cde0b909e4
commit 7f3d6064fe
3 changed files with 9 additions and 0 deletions
+3
View File
@@ -17,6 +17,9 @@ if ( function_exists('register_sidebar') ) {
));
}
if ( function_exists( 'add_theme_support' ) )
add_theme_support( 'post-thumbnails' );
/** @ignore */
function kubrick_head() {
$head = "<style type='text/css'>\n<!--";