is this body tag a hack of some kind?
-
I’m using the same theme on two sites (one my test site on Hostgator) and the real one on another local hosting company. The menu editor works fine on the test site. On the other site, it is missing the arrows to edit individual menu items. The only weird thing I can find is that on that site, there is this body tag (line 37, just below the </head> that is NOT there on the correctly-functioning site at hostgator. The file is nav-menus.php. The asterisk after “body” is red.
</head> <body*> <script type="text/javascript"> document.body.className = docu
Is this body tag some kind of injection? Has anyone seen this before? Should I just remove it?
On the CORRECTLY functioning test site, the same code looks like this:
</head> <body class="wp-admin wp-core-ui no-js jetpack-disconnected menu-max-depth-0 nav-menus-php auto-fold admin-bar branch-4-1 version-4-1-1 admin-color-fresh locale-en-us no-customize-support no-svg">
Can anyone help me?
Thanks,
Amelia Franz
- The topic ‘is this body tag a hack of some kind?’ is closed to new replies.