Making WordPress.org

Changeset 6048


Ignore:
Timestamp:
10/23/2017 10:12:31 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Forums, Version Dropdown: Make the Version field label more descriptive for better accessibility.

Props audrasjb, anevins.
Fixes #3219.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-version-dropdown/inc/class-plugin.php

    r5057 r6048  
    7777                ?>
    7878                <p>
    79                         <label for="wp-version"><?php esc_html_e( 'Version:', 'wporg-forums' ); ?></label><br />
    80                         <em><?php esc_html_e( 'Select the version of WordPress you are using.', 'wporg-forums' ); ?></em><br />
     79                        <label for="wp-version"><?php esc_html_e( 'Select the version of WordPress you are using:', 'wporg-forums' ); ?></label><br />
    8180
    8281                        <select name="<?php echo esc_attr( self::META_KEY ); ?>" id="wp-version">
Note: See TracChangeset for help on using the changeset viewer.