Make WordPress Core

Changeset 22948 for trunk/wp-login.php


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-login.php

    r22413 r22948  
    8787        $login_header_url = '#';
    8888
    89     $classes = array( 'login-action-' . $action );
     89    $classes = array( 'login-action-' . $action, 'wp-core-ui' );
    9090    if ( wp_is_mobile() )
    9191        $classes[] = 'mobile';
Note: See TracChangeset for help on using the changeset viewer.