Make WordPress Core

Changeset 24994


Ignore:
Timestamp:
08/06/2013 05:35:43 PM (11 years ago)
Author:
ryan
Message:

Set RTL body class for iframes.

Props mitchoyoshitaka
see #24149

File:
1 edited

Legend:

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

    r24855 r24994  
    14541454
    14551455$admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) );
     1456
     1457if ( is_rtl() )
     1458    $admin_body_class .= ' rtl';
     1459
    14561460?>
    14571461</head>
Note: See TracChangeset for help on using the changeset viewer.