Making WordPress.org


Ignore:
Timestamp:
10/23/2017 12:18:29 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add "Separate tags with commas" hint to "Topic Tags" input.

Props Mirucon, audrasjb, sterndata.
Fixes #3218.

File:
1 edited

Legend:

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

    r6049 r6050  
    131131                            }
    132132                        ?></label><br />
    133                         <input type="text" value="<?php bbp_form_topic_tags(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> />
     133                        <input type="text" value="<?php bbp_form_topic_tags(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" aria-describedby="bbp_topic_tags_description" <?php disabled( bbp_is_topic_spam() ); ?> /><br />
     134                        <em id="bbp_topic_tags_description"><?php esc_html_e( 'Separate tags with commas', 'wporg-forums' ); ?></em>
    134135                    </p>
    135136
Note: See TracChangeset for help on using the changeset viewer.