>
> <?php
> if(is_singular())
> wp_enqueue_script( 'comment-reply' );
> ?>
>

Adding to Dion and Austin, wp_enqueue_script() shouldn't be called in global
scope in functions.php and should instead be attached to a hook.
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to