From f733b63c93765109665ab3d0a6f7ac6e874e7089 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 11 Jul 2011 05:34:15 +0000 Subject: [PATCH] Shears. git-svn-id: https://develop.svn.wordpress.org/trunk@18414 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/post-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index f6625a1eb9..d6a09783c3 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -490,7 +490,7 @@ function get_body_class( $class = '' ) { $classes[] = 'page-template'; $classes[] = 'page-template-' . sanitize_html_class( str_replace( '.', '-', get_post_meta( $page_id, '_wp_page_template', true ) ), '' ); } else { - $classes[] = 'page-template-default'; + $classes[] = 'page-template-default'; } } elseif ( is_search() ) { if ( !empty( $wp_query->posts ) )