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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17714 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
lancewillett 2011-04-26 18:34:52 +00:00
parent 78e15233b2
commit 972a41501e
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 -->