Make WordPress Core


Ignore:
Timestamp:
05/19/2017 04:00:32 AM (8 years ago)
Author:
azaozz
Message:

Dashboard:

  • Close the form after obtaining a valid location.
  • Fix focusing the toggle button after closing the form.
  • Fix aria attribute values.
  • Fix positions in IE11.
  • Some JS and CSS cleanup.

Props afercia, coreymckrill.
Fixes #40735.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r40776 r40789  
    11741174                <?php submit_button( __( 'Submit' ), 'secondary', 'community-events-submit', false ); ?>
    11751175
    1176                 <button class="community-events-cancel button button-link" type="button" aria-expanded="false">
     1176                <button class="community-events-cancel button-link" type="button" aria-expanded="false">
    11771177                    <?php _e( 'Cancel' ); ?>
    11781178                </button>
Note: See TracChangeset for help on using the changeset viewer.