Changeset 7006 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 11/24/2019 01:38:37 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r6924 r7006 316 316 <p> 317 317 <strong class="label"><?php esc_html_e( 'Type:', 'bbpress' ); ?></strong> 318 <label class="screen-reader-text" for="bbp_forum_type_select"><?php esc_html_e( 'Type:', 'bbpress' ) ?></label>318 <label class="screen-reader-text" for="bbp_forum_type_select"><?php esc_html_e( 'Type:', 'bbpress' ); ?></label> 319 319 <?php bbp_form_forum_type_dropdown( array( 'forum_id' => $post->ID ) ); ?> 320 320 </p> … … 328 328 <p> 329 329 <strong class="label"><?php esc_html_e( 'Status:', 'bbpress' ); ?></strong> 330 <label class="screen-reader-text" for="bbp_forum_status_select"><?php esc_html_e( 'Status:', 'bbpress' ) ?></label>330 <label class="screen-reader-text" for="bbp_forum_status_select"><?php esc_html_e( 'Status:', 'bbpress' ); ?></label> 331 331 <?php bbp_form_forum_status_dropdown( array( 'forum_id' => $post->ID ) ); ?> 332 332 </p> … … 340 340 <p> 341 341 <strong class="label"><?php esc_html_e( 'Visibility:', 'bbpress' ); ?></strong> 342 <label class="screen-reader-text" for="bbp_forum_visibility_select"><?php esc_html_e( 'Visibility:', 'bbpress' ) ?></label>342 <label class="screen-reader-text" for="bbp_forum_visibility_select"><?php esc_html_e( 'Visibility:', 'bbpress' ); ?></label> 343 343 <?php bbp_form_forum_visibility_dropdown( array( 'forum_id' => $post->ID ) ); ?> 344 344 </p>
Note: See TracChangeset
for help on using the changeset viewer.