Making WordPress.org


Ignore:
Timestamp:
04/05/2017 06:34:21 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Improve form field styles

Fixes #2365.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/section-advanced.php

    r5250 r5255  
    4646            echo '<div class="plugin-notice notice notice-info notice-alt"><p>' . __( 'Previous versions of this plugin may not be secure or stable and are available for testing purposes only.', 'wporg-plugins' ) . '</p></div>';
    4747
    48             echo '<select id="prevous-versions" onchange="getElementById(\'download-previous-link\').href=this.value;">';
     48            echo '<select class="previous-versions" onchange="getElementById(\'download-previous-link\').href=this.value;">';
    4949            foreach ( $tags as $version ) {
    5050                $text = ( 'trunk' == $version ? __( 'Development Version', 'wporg-plugins' ) : $version );
Note: See TracChangeset for help on using the changeset viewer.