Make WordPress Core


Ignore:
Timestamp:
09/15/2024 01:47:36 PM (6 months ago)
Author:
SergeyBiryukov
Message:

Themes: Improve the alignment of feature filters and inputs on Add Themes screen.

Follow-up to [35527], [38640], [40797].

Props Benjamin_Zekavica, sabernhardt, sumitsingh, gauravtiwari, krupajnanda, audrasjb, SergeyBiryukov.
Fixes #53314.

File:
1 edited

Legend:

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

    r58405 r59022  
    231231            <p class="install-help"><?php _e( 'If you have marked themes as favorites on WordPress.org, you can browse them here.' ); ?></p>
    232232
    233             <p>
     233            <p class="favorites-username">
    234234                <label for="wporg-username-input"><?php _e( 'Your WordPress.org username:' ); ?></label>
    235235                <input type="hidden" id="wporg-username-nonce" name="_wpnonce" value="<?php echo esc_attr( wp_create_nonce( $action ) ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.