Fix typo. Props johnbillion. fixes #4057

git-svn-id: http://svn.automattic.com/wordpress/trunk@5176 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-04-04 00:58:55 +00:00
parent ae7fa6c616
commit 04f7f566b0
1 changed files with 2 additions and 2 deletions

View File

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