Ticket #2617: 2617.2.patch
File 2617.2.patch, 524 bytes (added by , 8 years ago) |
---|
-
src/includes/replies/template.php
2700 2700 } 2701 2701 2702 2702 // Default "None" text 2703 $show_none = ( 0 !== $reply_id )2703 $show_none = ( 0 === $reply_id ) 2704 2704 ? esc_attr_x( 'None', 'Default reply to dropdown text', 'bbpress' ) 2705 2705 : sprintf( esc_attr__( '%1$s - %2$s', 'bbpress' ), $topic_id, bbp_get_topic_title( $topic_id ) ); 2706 2706