Skip to:
Content

bbPress.org


Ignore:
Timestamp:
09/11/2014 01:42:38 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Add reply status section to form-reply.php. Props netweb. Fixes #2644.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/templates/default/bbpress/form-reply.php

    r5397 r5495  
    118118                            <?php do_action( 'bbp_theme_after_reply_form_reply_to' ); ?>
    119119
     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
    120129                        <?php endif; ?>
    121130
Note: See TracChangeset for help on using the changeset viewer.