Changeset 6396 for trunk/src/includes/replies/template.php
- Timestamp:
- 04/10/2017 08:07:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/template.php
r6388 r6396 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 ) );
Note: See TracChangeset
for help on using the changeset viewer.