Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/20/2011 09:39:16 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Add topic sticky dropdown to wp-admin metabox. Fixes #1625. Props GautamGupta.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-metaboxes.php

    r3623 r3624  
    338338    </p>
    339339
     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
    340347    <?php
    341348
Note: See TracChangeset for help on using the changeset viewer.