Remove unused CSS and JS from wp-mce-help.php, see #30517.

git-svn-id: https://develop.svn.wordpress.org/trunk@30584 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-11-26 23:22:33 +00:00
parent 59350a85ad
commit 9fe0de6c42
1 changed files with 0 additions and 11 deletions

View File

@ -72,12 +72,6 @@ header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
.keys .right {
text-align: right;
}
.macos .win,
.windows .mac {
display: none;
}
</style>
<?php if ( is_rtl() ) : ?>
<style type="text/css">
@ -94,11 +88,6 @@ header('Content-Type: text/html; charset=' . get_bloginfo('charset'));
<?php endif; ?>
</head>
<body class="windows wp-core-ui">
<script type="text/javascript">
if ( navigator.userAgent.indexOf( 'Mac OS' ) > -1 ) {
document.body.className = document.body.className.replace( /windows/, 'macos' );
}
</script>
<div class="wrap">