Making WordPress.org


Ignore:
Timestamp:
03/01/2017 07:18:27 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Use correct attribute to associate "Topic Type" label with the dropdown.

Props anevins.
Fixes #2545.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php

    r5012 r5027  
    164164                                                <p>
    165165
    166                                                         <label for="bbp_stick_topic"><?php _e( 'Topic Type:', 'wporg-forums' ); ?></label><br />
     166                                                        <label for="bbp_stick_topic_select"><?php _e( 'Topic Type:', 'wporg-forums' ); ?></label><br />
    167167
    168168                                                        <?php bbp_topic_type_select(); ?>
Note: See TracChangeset for help on using the changeset viewer.