Changeset 3624 for branches/plugin/bbp-admin/bbp-metaboxes.php
- Timestamp:
- 11/20/2011 09:39:16 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-metaboxes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-metaboxes.php
r3623 r3624 338 338 </p> 339 339 340 <p><strong><?php _e( 'Topic Type', 'bbpress' ); ?></strong></p> 341 342 <p> 343 <label class="screen-reader-text" for="bbp_stick_topic"><?php _e( 'Topic Type', 'bbpress' ); ?></label> 344 <?php bbp_topic_type_select( array( 'topic_id' => $post->ID ) ); ?> 345 </p> 346 340 347 <?php 341 348
Note: See TracChangeset
for help on using the changeset viewer.