Make WordPress Core

Changeset 14210


Ignore:
Timestamp:
04/24/2010 02:59:41 AM (15 years ago)
Author:
dd32
Message:

Remove Horizontal scrollbars on Thickbox iframes. Props ocean90. Fixes #13062

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r14191 r14210  
    34923492
    34933493$admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
    3494 if ( get_user_setting('mfold') == 'f' )
    3495     $admin_body_class .= ' folded';
    34963494?>
    34973495</head>
    3498 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?>  class="wp-admin no-js<?php echo apply_filters( 'admin_body_class', '' ) . " $admin_body_class"; ?>">
     3496<body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?>  class="no-js <?php echo $admin_body_class; ?>">
    34993497<script type="text/javascript">
    35003498//<![CDATA[
Note: See TracChangeset for help on using the changeset viewer.