mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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:
parent
ae7fa6c616
commit
04f7f566b0
@ -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>',
|
||||
|
Loading…
Reference in New Issue
Block a user