mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
Validation fixes. Props Viper007Bond. fixes #9387
git-svn-id: https://develop.svn.wordpress.org/trunk@10832 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -66,10 +66,12 @@ do_action('admin_head');
|
||||
</style>
|
||||
</noscript>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
(function(){
|
||||
var ns = document.getElementsByTagName('noscript');
|
||||
if ( ns && (ns = ns[0]) ) ns.parentNode.removeChild(ns);
|
||||
})();
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
<?php if ( $is_iphone ) { ?>
|
||||
|
||||
Reference in New Issue
Block a user