Add classic theme's functions.php. Good eyes, Otto42. fixes #4057
git-svn-id: http://svn.automattic.com/wordpress/trunk@5154 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
090c138591
commit
48016d121a
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
if ( function_exists('register_sidebars') )
|
||||
register_sidebar(array(
|
||||
'before_widget' => '<li id="%1$s" class="widget %2$s">',
|
||||
'after_widget' => '</li>',
|
||||
'before_title' => '',
|
||||
'after_title' => '',
|
||||
));
|
||||
|
||||
?>
|
Loading…
Reference in New Issue