Make WordPress Core


Ignore:
Timestamp:
11/30/2012 01:40:59 PM (11 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/maint/repair.php

    r22419 r22948  
    1717    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    1818    <title><?php _e( 'WordPress &rsaquo; Database Repair' ); ?></title>
    19     <?php 
     19    <?php
    2020    wp_admin_css( 'install', true );
    2121    ?>
    2222</head>
    23 <body>
     23<body class="wp-core-ui">
    2424<h1 id="logo"><a href="<?php esc_attr_e( 'http://wordpress.org/' ); ?>"><?php _e( 'WordPress' ); ?></a></h1>
    2525
Note: See TracChangeset for help on using the changeset viewer.