Changeset 5495 for trunk/src/templates/default/bbpress/form-reply.php
- Timestamp:
- 09/11/2014 01:42:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/templates/default/bbpress/form-reply.php
r5397 r5495 118 118 <?php do_action( 'bbp_theme_after_reply_form_reply_to' ); ?> 119 119 120 <?php do_action( 'bbp_theme_before_reply_form_status' ); ?> 121 122 <p> 123 <label for="bbp_reply_status"><?php _e( 'Reply Status:', 'bbpress' ); ?></label><br /> 124 <?php bbp_form_reply_status_dropdown(); ?> 125 </p> 126 127 <?php do_action( 'bbp_theme_after_reply_form_status' ); ?> 128 120 129 <?php endif; ?> 121 130
Note: See TracChangeset
for help on using the changeset viewer.