Changeset 5733 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
- Timestamp:
- 08/02/2017 04:07:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/form-topic.php
r5622 r5733 160 160 <?php endif; ?> 161 161 162 <?php if ( current_user_can( 'moderate', bbp_get_topic_id() ) ) : ?>163 164 <?php do_action( 'bbp_theme_before_topic_form_type' ); ?>165 166 <p>167 168 <label for="bbp_stick_topic_select"><?php _e( 'Topic Type:', 'wporg-forums' ); ?></label><br />169 170 <?php bbp_topic_type_select(); ?>171 172 </p>173 174 <?php do_action( 'bbp_theme_after_topic_form_type' ); ?>175 176 <?php endif; ?>177 178 162 <?php if ( bbp_is_subscriptions_active() && !bbp_is_anonymous() && ( !bbp_is_topic_edit() || ( bbp_is_topic_edit() && !bbp_is_topic_anonymous() ) ) ) : ?> 179 163
Note: See TracChangeset
for help on using the changeset viewer.