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-admin/press-this.php

    r22908 r22948  
    440440$admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) );
    441441?>
    442 <body class="press-this wp-admin <?php echo $admin_body_class; ?>">
     442<body class="press-this wp-admin wp-core-ui <?php echo $admin_body_class; ?>">
    443443<form action="press-this.php?action=post" method="post">
    444444<div id="poststuff" class="metabox-holder">
Note: See TracChangeset for help on using the changeset viewer.