2012-10-22, 05:00:37
Everything installed just fine, and everything checks out on health check EXCEPT for not being able to do a version check (see attachment). Here's the header js from the health check page:
And this is all from my Bluehost account. Let me know if you'd like me to check anything else...
Code:
<script>
// check to see if core update is needed
jQuery(document).ready(function() {
var verstatus = ;
if(verstatus != 1) {
$('a.support').parent('li').append('<span class="warning">!</span>');
$('a.support').attr('href', 'health-check.php');
}
});
</script>
And this is all from my Bluehost account. Let me know if you'd like me to check anything else...