2012-10-22, 04:53:31
So I've updated admin > header.php with shawn_a's fixed version, and here's the header js output upon attempting installation:
The stray code is gone, but the version cannot be detected. I've attached a screenshot. I'll continue with installation and try to do a health check...
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>
The stray code is gone, but the version cannot be detected. I've attached a screenshot. I'll continue with installation and try to do a health check...