Skip to:
Content

bbPress.org

Changeset 5115


Ignore:
Timestamp:
10/03/2013 05:04:51 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Remove 'none_found' strings from forms. Will be deprecating as part of #2445.

Location:
trunk/templates/default/bbpress
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/default/bbpress/form-reply-move.php

    r4733 r5115  
    5555                                            'selected'    => -1,
    5656                                            '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'
    5958                                        ) );
    6059                                    ?>
  • trunk/templates/default/bbpress/form-topic-merge.php

    r4733 r5115  
    4848                                            'selected'    => -1,
    4949                                            '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'
    5251                                        ) );
    5352                                    ?>
  • trunk/templates/default/bbpress/form-topic-split.php

    r4733 r5115  
    5555                                            'selected'    => -1,
    5656                                            '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'
    5958                                        ) );
    6059                                    ?>
Note: See TracChangeset for help on using the changeset viewer.