Make WordPress Core


Ignore:
Timestamp:
11/30/2012 01:40:59 PM (13 years ago)
Author:
ryan
Message:

Scope button classes so they can be used on the frontend without interfering with theme styles.

Props helenyhou, koopersmith
fixes #22644

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-wp-editor.php

    r22719 r22948  
    114114        }
    115115
    116         echo '<div id="wp-' . $editor_id . '-wrap" class="wp-editor-wrap ' . $switch_class . '">';
     116        echo '<div id="wp-' . $editor_id . '-wrap" class="wp-core-ui wp-editor-wrap ' . $switch_class . '">';
    117117
    118118        if ( self::$editor_buttons_css ) {
Note: See TracChangeset for help on using the changeset viewer.