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:
parent
78e15233b2
commit
972a41501e
|
@ -305,7 +305,6 @@ function twentyeleven_widgets_init() {
|
||||||
'before_title' => '<h1 class="widget-title">',
|
'before_title' => '<h1 class="widget-title">',
|
||||||
'after_title' => '</h1>',
|
'after_title' => '</h1>',
|
||||||
) );
|
) );
|
||||||
|
|
||||||
}
|
}
|
||||||
add_action( 'init', 'twentyeleven_widgets_init' );
|
add_action( 'init', 'twentyeleven_widgets_init' );
|
||||||
|
|
||||||
|
|
|
@ -25,4 +25,3 @@
|
||||||
|
|
||||||
<?php endif; // end sidebar widget area ?>
|
<?php endif; // end sidebar widget area ?>
|
||||||
</div><!-- #secondary .widget-area -->
|
</div><!-- #secondary .widget-area -->
|
||||||
|
|
Loading…
Reference in New Issue