git-svn-id: http://svn.automattic.com/wordpress/trunk@5362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
rob1n 2007-05-01 01:27:46 +00:00
parent 4c26ea65a1
commit 5339481434

View File

@ -5,7 +5,7 @@
then bail out.
*/
if ( function_exists( 'dynamic_sidebars' ) ) {
if ( function_exists( 'dynamic_sidebar' ) ) {
return;
}