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/setup-config.php

    r22419 r22948  
    100100
    101101</head>
    102 <body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
     102<body class="wp-core-ui<?php if ( is_rtl() ) echo ' rtl'; ?>">
    103103<h1 id="logo"><a href="<?php esc_attr_e( 'http://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1>
    104104<?php
Note: See TracChangeset for help on using the changeset viewer.