Changeset 5561 for trunk/src/templates/default/bbpress/form-forum.php
- Timestamp:
- 11/10/2014 11:21:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-forum.php
r5319 r5561 66 66 <p> 67 67 <label for="bbp_forum_title"><?php printf( __( 'Forum Name (Maximum Length: %d):', 'bbpress' ), bbp_get_title_max_length() ); ?></label><br /> 68 <input type="text" id="bbp_forum_title" value="<?php bbp_form_forum_title(); ?>" tabindex="<?php bbp_tab_index(); ?>"size="40" name="bbp_forum_title" maxlength="<?php bbp_title_max_length(); ?>" />68 <input type="text" id="bbp_forum_title" value="<?php bbp_form_forum_title(); ?>" size="40" name="bbp_forum_title" maxlength="<?php bbp_title_max_length(); ?>" /> 69 69 </p> 70 70 … … 136 136 <?php do_action( 'bbp_theme_before_forum_form_submit_button' ); ?> 137 137 138 <button type="submit" tabindex="<?php bbp_tab_index(); ?>"id="bbp_forum_submit" name="bbp_forum_submit" class="button submit"><?php _e( 'Submit', 'bbpress' ); ?></button>138 <button type="submit" id="bbp_forum_submit" name="bbp_forum_submit" class="button submit"><?php _e( 'Submit', 'bbpress' ); ?></button> 139 139 140 140 <?php do_action( 'bbp_theme_after_forum_form_submit_button' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.