Fix typo. Props johnbillion. fixes #4057

git-svn-id: https://develop.svn.wordpress.org/trunk@5176 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-04-04 00:58:55 +00:00
parent 75fdbf0f87
commit 99aba2a91c
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
if ( function_exists('register_sidebars') ) if ( function_exists('register_sidebar') )
register_sidebar(array( register_sidebar(array(
'before_widget' => '<li id="%1$s" class="widget %2$s">', 'before_widget' => '<li id="%1$s" class="widget %2$s">',
'after_widget' => '</li>', 'after_widget' => '</li>',
@ -7,4 +7,4 @@ if ( function_exists('register_sidebars') )
'after_title' => '', 'after_title' => '',
)); ));
?> ?>