Twenty Eleven: strip trailing spaces, props kawauso - see #17198

git-svn-id: https://develop.svn.wordpress.org/trunk@17714 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2011-04-26 18:34:52 +00:00
parent cc9f3c8209
commit f5756c89cf
12 changed files with 71 additions and 73 deletions

View File

@ -305,7 +305,6 @@ function twentyeleven_widgets_init() {
'before_title' => '<h1 class="widget-title">',
'after_title' => '</h1>',
) );
}
add_action( 'init', 'twentyeleven_widgets_init' );

View File

@ -25,4 +25,3 @@
<?php endif; // end sidebar widget area ?>
</div><!-- #secondary .widget-area -->