Make WordPress Core


Ignore:
Timestamp:
04/08/2014 03:57:01 AM (10 years ago)
Author:
nacin
Message:

Theme Installer: Disable prev/next buttons on first/last themes, add Esc handling, use IDs.

props adamsilverstein, DH-Shredder.
fixes #27521.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/theme-install.php

    r28025 r28033  
    159159    </div>
    160160    <div class="theme-browser"></div>
    161     <div id="theme-installer" class="wp-full-overlay expanded"></div>
     161    <div class="theme-install-overlay wp-full-overlay expanded"></div>
    162162
    163163    <p class="no-themes"><?php _e( 'No themes found. Try a different search.' ); ?></p>
Note: See TracChangeset for help on using the changeset viewer.