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/media.php

    r22929 r22948  
    15061506
    15071507    <script type="text/html" id="tmpl-media-modal">
    1508         <div class="media-modal">
     1508        <div class="media-modal wp-core-ui">
    15091509            <h3 class="media-modal-title">{{ data.title }}</h3>
    15101510            <a class="media-modal-close media-modal-icon" href="#" title="<?php esc_attr_e('Close'); ?>"></a>
Note: See TracChangeset for help on using the changeset viewer.