Changeset 6102
- Timestamp:
- 06/15/2012 07:06:38 PM (12 years ago)
- Location:
- trunk/bp-themes/bp-default
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/index.php
r5737 r6102 103 103 104 104 <label><?php _e( 'Title:', 'buddypress' ); ?></label> 105 <input type="text" name="topic_title" id="topic_title" value="" />105 <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" /> 106 106 107 107 <label><?php _e( 'Content:', 'buddypress' ); ?></label> -
trunk/bp-themes/bp-default/groups/single/forum.php
r5737 r6102 74 74 75 75 <label><?php _e( 'Title:', 'buddypress' ); ?></label> 76 <input type="text" name="topic_title" id="topic_title" value="" />76 <input type="text" name="topic_title" id="topic_title" value="" maxlength="100" /> 77 77 78 78 <label><?php _e( 'Content:', 'buddypress' ); ?></label> -
trunk/bp-themes/bp-default/groups/single/forum/edit.php
r5737 r6102 46 46 47 47 <label for="topic_title"><?php _e( 'Title:', 'buddypress' ); ?></label> 48 <input type="text" name="topic_title" id="topic_title" value="<?php bp_the_topic_title(); ?>" />48 <input type="text" name="topic_title" id="topic_title" value="<?php bp_the_topic_title(); ?>" maxlength="100" /> 49 49 50 50 <label for="topic_text"><?php _e( 'Content:', 'buddypress' ); ?></label>
Note: See TracChangeset
for help on using the changeset viewer.