Make WordPress Core

Changeset 30584


Ignore:
Timestamp:
11/26/2014 11:22:33 PM (10 years ago)
Author:
azaozz
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/wp-mce-help.php

    r30582 r30584  
    7373        text-align: right;
    7474    }
    75 
    76     .macos .win,
    77     .windows .mac {
    78         display: none;
    79     }
    80 
    8175</style>
    8276<?php if ( is_rtl() ) : ?>
     
    9589</head>
    9690<body class="windows wp-core-ui">
    97 <script type="text/javascript">
    98 if ( navigator.userAgent.indexOf( 'Mac OS' ) > -1 ) {
    99     document.body.className = document.body.className.replace( /windows/, 'macos' );
    100 }
    101 </script>
    10291
    10392<div class="wrap">
Note: See TracChangeset for help on using the changeset viewer.