Hey, installed WordPress on Free godaddy site and admin page is broken. Could it be because of godaddy’s banner code?
A quick way to remove godaddy banner from admin page so that I can at least post my blog is to add the following one liner to the end of admin-footer.php
<script language=”hahahahaha”
This incomplete HTML tag will confuse browsers and a script that godaddy attaches to the end of the markup will never get executed
Godaddy’s banner did cause breakage.
To eliminate the issue, the following one liner was added to the end of admin-footer.php file.
<script language=”way to go”
This is a open tag. no closing bracket (ie., ‘>’)