I was wondering why suddenly my wp_enqueue_script( 'comment-reply' ); wp_enqueue_script( 'jquery' );
and a couple of others were not working after a WP upgrade.
for jQuery i tried using the script tag and it started to work fine..
<script type="text/javascript" src="<?php echo get_settings('home'); ?>/wp-includes/js/jquery/jquery.js"></script>
no clue how my nested comments thing will start working again.. even the script tag isn’t helping the situation ??
<script type="text/javascript" src="<?php echo get_settings('home'); ?>/wp-includes/js/comment-reply.js"></script>
Has anybody encountered a similar problem?