Changeset 4823 for trunk/templates/default/bbpress/form-topic.php
- Timestamp:
- 03/26/2013 01:18:55 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/templates/default/bbpress/form-topic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/form-topic.php
r4733 r4823 84 84 85 85 <p> 86 <label for="bbp_ reply_content"><?php _e( 'Reply:', 'bbpress' ); ?></label><br />86 <label for="bbp_topic_content"><?php _e( 'Topic:', 'bbpress' ); ?></label><br /> 87 87 <textarea id="bbp_topic_content" tabindex="<?php bbp_tab_index(); ?>" name="bbp_topic_content" cols="60" rows="6"><?php bbp_form_topic_content(); ?></textarea> 88 88 </p>
Note: See TracChangeset
for help on using the changeset viewer.