Changeset 6316
- Timestamp:
- 02/26/2017 07:00:55 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r6302 r6316 2693 2693 } 2694 2694 2695 // Default "None" text 2696 $show_none = ( 0 !== $reply_id ) 2697 ? esc_attr_x( 'None', 'Default reply to dropdown text', 'bbpress' ) 2698 : sprintf( esc_attr__( '%1$s - %2$s', 'bbpress' ), $topic_id, bbp_get_topic_title( $topic_id ) ); 2699 2695 2700 // Get the dropdown and return it 2696 2701 $retval = bbp_get_dropdown( array( 2697 'show_none' => sprintf( esc_attr__( '%1$s - %2$s', 'bbpress' ), $topic_id, bbp_get_topic_title( $topic_id ) ),2702 'show_none' => $show_none, 2698 2703 'select_id' => 'bbp_reply_to', 2699 2704 'select_class' => 'bbp_dropdown',
Note: See TracChangeset
for help on using the changeset viewer.