Make WordPress Core


Ignore:
Timestamp:
12/15/2010 10:39:50 AM (14 years ago)
Author:
scribu
Message:

Limit height only to iframe body. Fixes #15679

File:
1 edited

Legend:

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

    r16900 r16937  
    15391539    global $hook_suffix, $current_screen, $current_user, $admin_body_class, $wp_locale;
    15401540    $admin_body_class = preg_replace('/[^a-z0-9_-]+/i', '-', $hook_suffix);
     1541    $admin_body_class .= ' iframe';
    15411542
    15421543?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Note: See TracChangeset for help on using the changeset viewer.