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

Built from https://develop.svn.wordpress.org/trunk@30584


git-svn-id: http://core.svn.wordpress.org/trunk@30574 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-11-26 23:23:23 +00:00
parent 4855f36478
commit 92bcf2dbcb
2 changed files with 1 additions and 12 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">

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30583';
$wp_version = '4.1-beta2-30584';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.