Changeset 10102
- Timestamp:
- 09/12/2015 06:06:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress/groups/single/forum.php
r9896 r10102 98 98 <h4><?php _e( 'Post a New Topic:', 'buddypress' ); ?></h4> 99 99 100 <label ><?php _e( 'Title:', 'buddypress' ); ?></label>100 <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label> 101 101 <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" /> 102 102 103 <label ><?php _e( 'Content:', 'buddypress' ); ?></label>103 <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label> 104 104 <textarea name="topic_text" id="topic_text"></textarea> 105 105 106 <label ><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label>106 <label for="topic_tags"><?php _e( 'Tags (comma separated):', 'buddypress' ); ?></label> 107 107 <input type="text" name="topic_tags" id="topic_tags" value="" /> 108 108
Note: See TracChangeset
for help on using the changeset viewer.