Quote:
Originally Posted by Brian mike
Got this injected on a file and before remove it wondering is anyone saw this before ?
I'm still a rookie playing around those file so better ask first lol.
<div style="display: none;" class="mdlWrap">
<div class="mdlOverlay"> </div>
</div>
Also i see this in footer.php there is wp_footer(); function . Im sure this should not be there.
This is only one wordpress blog affected
Thanks
|
wp_footer(); has to be in the footer of the theme or the admin bar will not show up.
The other code does nothing by it's self. You have to find javascript/jQuery that reference
classes "mdlWrap" and "mdlOverlay" to figure out what it does. If CSS only reference the classes then it's nothing but design tricks.
