Changeset 30584
- Timestamp:
- 11/26/2014 11:22:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/wp-mce-help.php
r30582 r30584 73 73 text-align: right; 74 74 } 75 76 .macos .win,77 .windows .mac {78 display: none;79 }80 81 75 </style> 82 76 <?php if ( is_rtl() ) : ?> … … 95 89 </head> 96 90 <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>102 91 103 92 <div class="wrap">
Note: See TracChangeset
for help on using the changeset viewer.