Changeset 5115
- Timestamp:
- 10/03/2013 05:04:51 PM (11 years ago)
- Location:
- trunk/templates/default/bbpress
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/default/bbpress/form-reply-move.php
r4733 r5115 55 55 'selected' => -1, 56 56 'exclude' => bbp_get_reply_topic_id( bbp_get_reply_id() ), 57 'select_id' => 'bbp_destination_topic', 58 'none_found' => __( 'No other topics found!', 'bbpress' ) 57 'select_id' => 'bbp_destination_topic' 59 58 ) ); 60 59 ?> -
trunk/templates/default/bbpress/form-topic-merge.php
r4733 r5115 48 48 'selected' => -1, 49 49 'exclude' => bbp_get_topic_id(), 50 'select_id' => 'bbp_destination_topic', 51 'none_found' => __( 'No topics were found to which the topic could be merged to!', 'bbpress' ) 50 'select_id' => 'bbp_destination_topic' 52 51 ) ); 53 52 ?> -
trunk/templates/default/bbpress/form-topic-split.php
r4733 r5115 55 55 'selected' => -1, 56 56 'exclude' => bbp_get_topic_id(), 57 'select_id' => 'bbp_destination_topic', 58 'none_found' => __( 'No other topics found!', 'bbpress' ) 57 'select_id' => 'bbp_destination_topic' 59 58 ) ); 60 59 ?>
Note: See TracChangeset
for help on using the changeset viewer.