git-svn-id: https://develop.svn.wordpress.org/trunk@5362 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n 2007-05-01 01:27:46 +00:00
parent 1a2793b442
commit 3f99d19cc3
1 changed files with 1 additions and 1 deletions

View File

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