Add classic theme's functions.php. Good eyes, Otto42. fixes #4057
git-svn-id: https://develop.svn.wordpress.org/trunk@5154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5a4c2c68ad
commit
a6aecd4f7d
10
wp-content/themes/classic/functions.php
Normal file
10
wp-content/themes/classic/functions.php
Normal file
@ -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
Block a user