Making WordPress.org

Changeset 1535


Ignore:
Timestamp:
05/03/2015 09:50:53 AM (10 years ago)
Author:
ocean90
Message:

Forums Theme: Use a consistent textdomain and add load_theme_textdomain().

see #376.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/feedback-search.php

    r1521 r1535  
    11<div class="bbp-template-notice">
    2     <p><?php _e( 'Please enter some search terms above', 'bbpress' ); ?></p>
     2    <p><?php _e( 'Please enter some search terms above', 'wporg-forums' ); ?></p>
    33</div>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic-merge.php

    r1521 r1535  
    2222                <fieldset class="bbp-form">
    2323
    24                     <legend><?php printf( __( 'Merge topic "%s"', 'bbpress' ), bbp_get_topic_title() ); ?></legend>
     24                    <legend><?php printf( __( 'Merge topic "%s"', 'wporg-forums' ), bbp_get_topic_title() ); ?></legend>
    2525
    2626                    <div>
    2727
    2828                        <div class="bbp-template-notice info">
    29                             <p><?php _e( 'Select the topic to merge this one into. The destination topic will remain the lead topic, and this one will change into a reply.', 'bbpress' ); ?></p>
    30                             <p><?php _e( 'To keep this topic as the lead, go to the other topic and use the merge tool from there instead.', 'bbpress' ); ?></p>
     29                            <p><?php _e( 'Select the topic to merge this one into. The destination topic will remain the lead topic, and this one will change into a reply.', 'wporg-forums' ); ?></p>
     30                            <p><?php _e( 'To keep this topic as the lead, go to the other topic and use the merge tool from there instead.', 'wporg-forums' ); ?></p>
    3131                        </div>
    3232
    3333                        <div class="bbp-template-notice">
    34                             <p><?php _e( 'All replies within both the topics will be merged chronologically. The order of the merged replies is based on the time they were posted. If the destination topic was created after this one, its post date will be updated to a second earlier than this one.', 'bbpress' ); ?></p>
     34                            <p><?php _e( 'All replies within both the topics will be merged chronologically. The order of the merged replies is based on the time they were posted. If the destination topic was created after this one, its post date will be updated to a second earlier than this one.', 'wporg-forums' ); ?></p>
    3535                        </div>
    3636
    3737                        <fieldset class="bbp-form">
    38                             <legend><?php _e( 'Destination', 'bbpress' ); ?></legend>
     38                            <legend><?php _e( 'Destination', 'wporg-forums' ); ?></legend>
    3939                            <div>
    4040                                <?php if ( bbp_has_topics( array( 'show_stickies' => false, 'post_parent' => bbp_get_topic_forum_id( bbp_get_topic_id() ), 'post__not_in' => array( bbp_get_topic_id() ) ) ) ) : ?>
    4141
    42                                     <label for="bbp_destination_topic"><?php _e( 'Merge with this topic:', 'bbpress' ); ?></label>
     42                                    <label for="bbp_destination_topic"><?php _e( 'Merge with this topic:', 'wporg-forums' ); ?></label>
    4343
    4444                                    <?php
     
    5858                                <?php else : ?>
    5959
    60                                     <label><?php _e( 'There are no other topics in this forum to merge with.', 'bbpress' ); ?></label>
     60                                    <label><?php _e( 'There are no other topics in this forum to merge with.', 'wporg-forums' ); ?></label>
    6161
    6262                                <?php endif; ?>
     
    6666
    6767                        <fieldset class="bbp-form">
    68                             <legend><?php _e( 'Topic Extras', 'bbpress' ); ?></legend>
     68                            <legend><?php _e( 'Topic Extras', 'wporg-forums' ); ?></legend>
    6969
    7070                            <div>
     
    7373
    7474                                    <input name="bbp_topic_subscribers" id="bbp_topic_subscribers" type="checkbox" value="1" checked="checked" tabindex="<?php bbp_tab_index(); ?>" />
    75                                     <label for="bbp_topic_subscribers"><?php _e( 'Merge topic subscribers', 'bbpress' ); ?></label><br />
     75                                    <label for="bbp_topic_subscribers"><?php _e( 'Merge topic subscribers', 'wporg-forums' ); ?></label><br />
    7676
    7777                                <?php endif; ?>
    7878
    7979                                <input name="bbp_topic_favoriters" id="bbp_topic_favoriters" type="checkbox" value="1" checked="checked" tabindex="<?php bbp_tab_index(); ?>" />
    80                                 <label for="bbp_topic_favoriters"><?php _e( 'Merge topic favoriters', 'bbpress' ); ?></label><br />
     80                                <label for="bbp_topic_favoriters"><?php _e( 'Merge topic favoriters', 'wporg-forums' ); ?></label><br />
    8181
    8282                                <?php if ( bbp_allow_topic_tags() ) : ?>
    8383
    8484                                    <input name="bbp_topic_tags" id="bbp_topic_tags" type="checkbox" value="1" checked="checked" tabindex="<?php bbp_tab_index(); ?>" />
    85                                     <label for="bbp_topic_tags"><?php _e( 'Merge topic tags', 'bbpress' ); ?></label><br />
     85                                    <label for="bbp_topic_tags"><?php _e( 'Merge topic tags', 'wporg-forums' ); ?></label><br />
    8686
    8787                                <?php endif; ?>
     
    9191
    9292                        <div class="bbp-template-notice error">
    93                             <p><?php _e( '<strong>WARNING:</strong> This process cannot be undone.', 'bbpress' ); ?></p>
     93                            <p><?php _e( '<strong>WARNING:</strong> This process cannot be undone.', 'wporg-forums' ); ?></p>
    9494                        </div>
    9595
    9696                        <div class="bbp-submit-wrapper">
    97                             <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_merge_topic_submit" name="bbp_merge_topic_submit" class="button submit"><?php _e( 'Submit', 'bbpress' ); ?></button>
     97                            <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_merge_topic_submit" name="bbp_merge_topic_submit" class="button submit"><?php _e( 'Submit', 'wporg-forums' ); ?></button>
    9898                        </div>
    9999                    </div>
     
    108108
    109109        <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    110             <div class="entry-content"><?php is_user_logged_in() ? _e( 'You do not have the permissions to edit this topic!', 'bbpress' ) : _e( 'You cannot edit this topic.', 'bbpress' ); ?></div>
     110            <div class="entry-content"><?php is_user_logged_in() ? _e( 'You do not have the permissions to edit this topic!', 'wporg-forums' ) : _e( 'You cannot edit this topic.', 'wporg-forums' ); ?></div>
    111111        </div>
    112112
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic-split.php

    r1521 r1535  
    2222                <fieldset class="bbp-form">
    2323
    24                     <legend><?php printf( __( 'Split topic "%s"', 'bbpress' ), bbp_get_topic_title() ); ?></legend>
     24                    <legend><?php printf( __( 'Split topic "%s"', 'wporg-forums' ), bbp_get_topic_title() ); ?></legend>
    2525
    2626                    <div>
    2727
    2828                        <div class="bbp-template-notice info">
    29                             <p><?php _e( 'When you split a topic, you are slicing it in half starting with the reply you just selected. Choose to use that reply as a new topic with a new title, or merge those replies into an existing topic.', 'bbpress' ); ?></p>
     29                            <p><?php _e( 'When you split a topic, you are slicing it in half starting with the reply you just selected. Choose to use that reply as a new topic with a new title, or merge those replies into an existing topic.', 'wporg-forums' ); ?></p>
    3030                        </div>
    3131
    3232                        <div class="bbp-template-notice">
    33                             <p><?php _e( 'If you use the existing topic option, replies within both topics will be merged chronologically. The order of the merged replies is based on the time and date they were posted.', 'bbpress' ); ?></p>
     33                            <p><?php _e( 'If you use the existing topic option, replies within both topics will be merged chronologically. The order of the merged replies is based on the time and date they were posted.', 'wporg-forums' ); ?></p>
    3434                        </div>
    3535
    3636                        <fieldset class="bbp-form">
    37                             <legend><?php _e( 'Split Method', 'bbpress' ); ?></legend>
     37                            <legend><?php _e( 'Split Method', 'wporg-forums' ); ?></legend>
    3838
    3939                            <div>
    4040                                <input name="bbp_topic_split_option" id="bbp_topic_split_option_reply" type="radio" checked="checked" value="reply" tabindex="<?php bbp_tab_index(); ?>" />
    41                                 <label for="bbp_topic_split_option_reply"><?php printf( __( 'New topic in <strong>%s</strong> titled:', 'bbpress' ), bbp_get_forum_title( bbp_get_topic_forum_id( bbp_get_topic_id() ) ) ); ?></label>
    42                                 <input type="text" id="bbp_topic_split_destination_title" value="<?php printf( __( 'Split: %s', 'bbpress' ), bbp_get_topic_title() ); ?>" tabindex="<?php bbp_tab_index(); ?>" size="35" name="bbp_topic_split_destination_title" />
     41                                <label for="bbp_topic_split_option_reply"><?php printf( __( 'New topic in <strong>%s</strong> titled:', 'wporg-forums' ), bbp_get_forum_title( bbp_get_topic_forum_id( bbp_get_topic_id() ) ) ); ?></label>
     42                                <input type="text" id="bbp_topic_split_destination_title" value="<?php printf( __( 'Split: %s', 'wporg-forums' ), bbp_get_topic_title() ); ?>" tabindex="<?php bbp_tab_index(); ?>" size="35" name="bbp_topic_split_destination_title" />
    4343                            </div>
    4444
     
    4747                                <div>
    4848                                    <input name="bbp_topic_split_option" id="bbp_topic_split_option_existing" type="radio" value="existing" tabindex="<?php bbp_tab_index(); ?>" />
    49                                     <label for="bbp_topic_split_option_existing"><?php _e( 'Use an existing topic in this forum:', 'bbpress' ); ?></label>
     49                                    <label for="bbp_topic_split_option_existing"><?php _e( 'Use an existing topic in this forum:', 'wporg-forums' ); ?></label>
    5050
    5151                                    <?php
     
    6969
    7070                        <fieldset class="bbp-form">
    71                             <legend><?php _e( 'Topic Extras', 'bbpress' ); ?></legend>
     71                            <legend><?php _e( 'Topic Extras', 'wporg-forums' ); ?></legend>
    7272
    7373                            <div>
     
    7676
    7777                                    <input name="bbp_topic_subscribers" id="bbp_topic_subscribers" type="checkbox" value="1" checked="checked" tabindex="<?php bbp_tab_index(); ?>" />
    78                                     <label for="bbp_topic_subscribers"><?php _e( 'Copy subscribers to the new topic', 'bbpress' ); ?></label><br />
     78                                    <label for="bbp_topic_subscribers"><?php _e( 'Copy subscribers to the new topic', 'wporg-forums' ); ?></label><br />
    7979
    8080                                <?php endif; ?>
    8181
    8282                                <input name="bbp_topic_favoriters" id="bbp_topic_favoriters" type="checkbox" value="1" checked="checked" tabindex="<?php bbp_tab_index(); ?>" />
    83                                 <label for="bbp_topic_favoriters"><?php _e( 'Copy favoriters to the new topic', 'bbpress' ); ?></label><br />
     83                                <label for="bbp_topic_favoriters"><?php _e( 'Copy favoriters to the new topic', 'wporg-forums' ); ?></label><br />
    8484
    8585                                <?php if ( bbp_allow_topic_tags() ) : ?>
    8686
    8787                                    <input name="bbp_topic_tags" id="bbp_topic_tags" type="checkbox" value="1" checked="checked" tabindex="<?php bbp_tab_index(); ?>" />
    88                                     <label for="bbp_topic_tags"><?php _e( 'Copy topic tags to the new topic', 'bbpress' ); ?></label><br />
     88                                    <label for="bbp_topic_tags"><?php _e( 'Copy topic tags to the new topic', 'wporg-forums' ); ?></label><br />
    8989
    9090                                <?php endif; ?>
     
    9494
    9595                        <div class="bbp-template-notice error">
    96                             <p><?php _e( '<strong>WARNING:</strong> This process cannot be undone.', 'bbpress' ); ?></p>
     96                            <p><?php _e( '<strong>WARNING:</strong> This process cannot be undone.', 'wporg-forums' ); ?></p>
    9797                        </div>
    9898
    9999                        <div class="bbp-submit-wrapper">
    100                             <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_merge_topic_submit" name="bbp_merge_topic_submit" class="button submit"><?php _e( 'Submit', 'bbpress' ); ?></button>
     100                            <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_merge_topic_submit" name="bbp_merge_topic_submit" class="button submit"><?php _e( 'Submit', 'wporg-forums' ); ?></button>
    101101                        </div>
    102102                    </div>
     
    111111
    112112        <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    113             <div class="entry-content"><?php is_user_logged_in() ? _e( 'You do not have the permissions to edit this topic!', 'bbpress' ) : _e( 'You cannot edit this topic.', 'bbpress' ); ?></div>
     113            <div class="entry-content"><?php is_user_logged_in() ? _e( 'You do not have the permissions to edit this topic!', 'wporg-forums' ) : _e( 'You cannot edit this topic.', 'wporg-forums' ); ?></div>
    114114        </div>
    115115
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/form-topic.php

    r1521 r1535  
    1818                    <?php
    1919                        if ( bbp_is_topic_edit() )
    20                             printf( __( 'Now Editing &ldquo;%s&rdquo;', 'bbpress' ), bbp_get_topic_title() );
     20                            printf( __( 'Now Editing &ldquo;%s&rdquo;', 'wporg-forums' ), bbp_get_topic_title() );
    2121                        else
    22                             bbp_is_single_forum() ? printf( __( 'Create New Topic in &ldquo;%s&rdquo;', 'bbpress' ), bbp_get_forum_title() ) : _e( 'Create New Topic', 'bbpress' );
     22                            bbp_is_single_forum() ? printf( __( 'Create New Topic in &ldquo;%s&rdquo;', 'wporg-forums' ), bbp_get_forum_title() ) : _e( 'Create New Topic', 'wporg-forums' );
    2323                    ?>
    2424
     
    3030
    3131                    <div class="bbp-template-notice">
    32                         <p><?php _e( 'If asking for help, please include your WordPress version, and a link to your site.',                              'bbporg' ); ?></p>
    33                         <p><?php _e( 'If you found a bug, please create a <a href="http://bbpress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'bbporg' ); ?></p>
     32                        <p><?php _e( 'If asking for help, please include your WordPress version, and a link to your site.',                              'wporg-forums' ); ?></p>
     33                        <p><?php _e( 'If you found a bug, please create a <a href="http://bbpress.trac.wordpress.org/">trac ticket</a> with detailed duplication steps.', 'wporg-forums' ); ?></p>
    3434                    </div>
    3535
     
    3939
    4040                    <div class="bbp-template-notice">
    41                         <p><?php _e( 'This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.', 'bbpress' ); ?></p>
     41                        <p><?php _e( 'This forum is marked as closed to new topics, however your posting capabilities still allow you to do so.', 'wporg-forums' ); ?></p>
    4242                    </div>
    4343
     
    4747
    4848                    <div class="bbp-template-notice">
    49                         <p><?php _e( 'Your account has the ability to post unrestricted HTML content.', 'bbpress' ); ?></p>
     49                        <p><?php _e( 'Your account has the ability to post unrestricted HTML content.', 'wporg-forums' ); ?></p>
    5050                    </div>
    5151
     
    6161
    6262                    <p>
    63                         <label for="bbp_topic_title"><?php printf( __( 'Topic Title (Maximum Length: %d):', 'bbpress' ), bbp_get_title_max_length() ); ?></label><br />
     63                        <label for="bbp_topic_title"><?php printf( __( 'Topic Title (Maximum Length: %d):', 'wporg-forums' ), bbp_get_title_max_length() ); ?></label><br />
    6464                        <input type="text" id="bbp_topic_title" value="<?php bbp_form_topic_title(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_title" maxlength="<?php bbp_title_max_length(); ?>" />
    6565                    </p>
     
    7272
    7373                        <p>
    74                             <label for="bbp_reply_content"><?php _e( 'Reply:', 'bbpress' ); ?></label><br />
     74                            <label for="bbp_reply_content"><?php _e( 'Reply:', 'wporg-forums' ); ?></label><br />
    7575                            <textarea id="bbp_topic_content" tabindex="<?php bbp_tab_index(); ?>" name="bbp_topic_content" cols="60" rows="6"><?php bbp_form_topic_content(); ?></textarea>
    7676                        </p>
     
    8787
    8888                        <p class="form-allowed-tags">
    89                             <label><?php _e( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:','bbpress' ); ?></label><br />
     89                            <label><?php _e( 'You may use these <abbr title="HyperText Markup Language">HTML</abbr> tags and attributes:','wporg-forums' ); ?></label><br />
    9090                            <code><?php bbp_allowed_tags(); ?></code>
    9191                        </p>
     
    9696
    9797                    <p>
    98                         <label for="bbp_topic_tags"><?php _e( 'Topic Tags:', 'bbpress' ); ?></label><br />
     98                        <label for="bbp_topic_tags"><?php _e( 'Topic Tags:', 'wporg-forums' ); ?></label><br />
    9999                        <input type="text" value="<?php bbp_form_topic_tags(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_tags" id="bbp_topic_tags" <?php disabled( bbp_is_topic_spam() ); ?> />
    100100                    </p>
     
    107107
    108108                        <p>
    109                             <label for="bbp_forum_id"><?php _e( 'Forum:', 'bbpress' ); ?></label><br />
     109                            <label for="bbp_forum_id"><?php _e( 'Forum:', 'wporg-forums' ); ?></label><br />
    110110                            <?php bbp_dropdown( array( 'selected' => bbp_get_form_topic_forum() ) ); ?>
    111111                        </p>
     
    121121                        <p>
    122122
    123                             <label for="bbp_stick_topic"><?php _e( 'Topic Type:', 'bbpress' ); ?></label><br />
     123                            <label for="bbp_stick_topic"><?php _e( 'Topic Type:', 'wporg-forums' ); ?></label><br />
    124124
    125125                            <?php bbp_topic_type_select(); ?>
     
    140140                            <?php if ( bbp_is_topic_edit() && ( get_the_author_meta( 'ID' ) != bbp_get_current_user_id() ) ) : ?>
    141141
    142                                 <label for="bbp_topic_subscription"><?php _e( 'Notify the author of follow-up replies via email', 'bbpress' ); ?></label>
     142                                <label for="bbp_topic_subscription"><?php _e( 'Notify the author of follow-up replies via email', 'wporg-forums' ); ?></label>
    143143
    144144                            <?php else : ?>
    145145
    146                                 <label for="bbp_topic_subscription"><?php _e( 'Notify me of follow-up replies via email', 'bbpress' ); ?></label>
     146                                <label for="bbp_topic_subscription"><?php _e( 'Notify me of follow-up replies via email', 'wporg-forums' ); ?></label>
    147147
    148148                            <?php endif; ?>
     
    158158
    159159                        <fieldset class="bbp-form">
    160                             <legend><?php _e( 'Revision', 'bbpress' ); ?></legend>
     160                            <legend><?php _e( 'Revision', 'wporg-forums' ); ?></legend>
    161161                            <div>
    162162                                <input name="bbp_log_topic_edit" id="bbp_log_topic_edit" type="checkbox" value="1" <?php bbp_form_topic_log_edit(); ?> tabindex="<?php bbp_tab_index(); ?>" />
    163                                 <label for="bbp_log_topic_edit"><?php _e( 'Keep a log of this edit:', 'bbpress' ); ?></label><br />
     163                                <label for="bbp_log_topic_edit"><?php _e( 'Keep a log of this edit:', 'wporg-forums' ); ?></label><br />
    164164                            </div>
    165165
    166166                            <div>
    167                                 <label for="bbp_topic_edit_reason"><?php printf( __( 'Optional reason for editing:', 'bbpress' ), bbp_get_current_user_name() ); ?></label><br />
     167                                <label for="bbp_topic_edit_reason"><?php printf( __( 'Optional reason for editing:', 'wporg-forums' ), bbp_get_current_user_name() ); ?></label><br />
    168168                                <input type="text" value="<?php bbp_form_topic_edit_reason(); ?>" tabindex="<?php bbp_tab_index(); ?>" size="40" name="bbp_topic_edit_reason" id="bbp_topic_edit_reason" />
    169169                            </div>
     
    180180                        <?php do_action( 'bbp_theme_before_topic_form_submit_button' ); ?>
    181181
    182                         <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_topic_submit" name="bbp_topic_submit" class="button submit"><?php _e( 'Submit', 'bbpress' ); ?></button>
     182                        <button type="submit" tabindex="<?php bbp_tab_index(); ?>" id="bbp_topic_submit" name="bbp_topic_submit" class="button submit"><?php _e( 'Submit', 'wporg-forums' ); ?></button>
    183183
    184184                        <?php do_action( 'bbp_theme_after_topic_form_submit_button' ); ?>
     
    203203    <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    204204        <div class="bbp-template-notice">
    205             <p><?php printf( __( 'The forum &#8216;%s&#8217; is closed to new topics and replies.', 'bbpress' ), bbp_get_forum_title() ); ?></p>
     205            <p><?php printf( __( 'The forum &#8216;%s&#8217; is closed to new topics and replies.', 'wporg-forums' ), bbp_get_forum_title() ); ?></p>
    206206        </div>
    207207    </div>
     
    211211    <div id="no-topic-<?php bbp_topic_id(); ?>" class="bbp-no-topic">
    212212        <div class="bbp-template-notice">
    213             <p><?php is_user_logged_in() ? _e( 'You cannot create new topics at this time.', 'bbpress' ) : _e( 'You must be logged in to create new topics.', 'bbpress' ); ?></p>
     213            <p><?php is_user_logged_in() ? _e( 'You cannot create new topics at this time.', 'wporg-forums' ) : _e( 'You must be logged in to create new topics.', 'wporg-forums' ); ?></p>
    214214        </div>
    215215    </div>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-forums.php

    r1521 r1535  
    66
    77        <ul class="forum-titles">
    8             <li class="bbp-forum-info"><?php _e( 'Forum', 'bbpress' ); ?></li>
    9             <li class="bbp-forum-topic-count"><?php _e( 'Topics', 'bbpress' ); ?></li>
    10             <li class="bbp-forum-reply-count"><?php _e( 'Posts', 'bbpress' ); ?></li>
     8            <li class="bbp-forum-info"><?php _e( 'Forum', 'wporg-forums' ); ?></li>
     9            <li class="bbp-forum-topic-count"><?php _e( 'Topics', 'wporg-forums' ); ?></li>
     10            <li class="bbp-forum-reply-count"><?php _e( 'Posts', 'wporg-forums' ); ?></li>
    1111        </ul>
    1212
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/bbpress/loop-single-topic.php

    r1521 r1535  
    4747            <?php do_action( 'bbp_theme_before_topic_started_by' ); ?>
    4848
    49             <span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'bbpress' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>
     49            <span class="bbp-topic-started-by"><?php printf( __( 'Started by: %1$s', 'wporg-forums' ), bbp_get_topic_author_link( array( 'size' => '14' ) ) ); ?></span>
    5050
    5151            <?php do_action( 'bbp_theme_after_topic_started_by' ); ?>
     
    5555                <?php do_action( 'bbp_theme_before_topic_started_in' ); ?>
    5656
    57                 <span class="bbp-topic-started-in"><?php printf( __( 'in: <a href="%1$s">%2$s</a>', 'bbpress' ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span>
     57                <span class="bbp-topic-started-in"><?php printf( __( 'in: <a href="%1$s">%2$s</a>', 'wporg-forums' ), bbp_get_forum_permalink( bbp_get_topic_forum_id() ), bbp_get_forum_title( bbp_get_topic_forum_id() ) ); ?></span>
    5858
    5959                <?php do_action( 'bbp_theme_after_topic_started_in' ); ?>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/functions.php

    r1521 r1535  
    55 * @package WPBBP
    66 */
     7
     8/**
     9 * Sets up theme defaults and registers support for various WordPress features.
     10 */
     11function wporg_support_setup() {
     12    load_theme_textdomain( 'wporg-forums' );
     13}
     14add_action( 'after_setup_theme', 'wporg_support_setup' );
    715
    816/**
     
    4250
    4351    // Separator
    44     $args['sep']             = is_rtl() ? __( '&laquo;', 'bbpress' ) : __( '&raquo;', 'bbpress' );
     52    $args['sep']             = is_rtl() ? __( '&laquo;', 'wporg-forums' ) : __( '&raquo;', 'wporg-forums' );
    4553    $args['pad_sep']         = 1;
    4654    $args['sep_before']      = '<span class="bbp-breadcrumb-sep">' ;
     
    5664    // Forum root
    5765    $args['include_root']    = true;
    58     $args['root_text']       = 'WordPress Support';
     66    $args['root_text']       = __( 'WordPress Support', 'wporg-forums' );
    5967
    6068    // Current
     
    7684 */
    7785function wporg_support_custom_views() {
    78     bbp_register_view( 'all-topics', __( 'All Topics' ), array( 'order' => 'DESC' ), false );
    79 //  bbp_register_view( 'support-forum-no', __( 'Not Resolved' ), array( 'post_status' => 'closed' ), false );
    80 //  bbp_register_view( 'taggedmodlook', __( 'Tagged modlook' ), array( 'topic-tag' => 'modlook' ) );
     86    bbp_register_view( 'all-topics', __( 'All Topics', 'wporg-forums' ), array( 'order' => 'DESC' ), false );
     87//  bbp_register_view( 'support-forum-no', __( 'Not Resolved', 'wporg-forums' ), array( 'post_status' => 'closed' ), false );
     88//  bbp_register_view( 'taggedmodlook', __( 'Tagged modlook', 'wporg-forums' ), array( 'topic-tag' => 'modlook' ) );
    8189}
    8290add_action( 'bbp_register_views', 'wporg_support_custom_views' );
     
    110118    <form role="search" method="get" id="searchform" action="">
    111119        <div>
    112             <h3><?php _e( 'Forum Search', 'bbporg'); ?></h3>
    113             <label class="screen-reader-text hidden" for="ts"><?php _e( 'Search for:', 'bbporg' ); ?></label>
     120            <h3><?php _e( 'Forum Search', 'wporg-forums' ); ?></h3>
     121            <label class="screen-reader-text hidden" for="ts"><?php _e( 'Search for:', 'wporg-forums' ); ?></label>
    114122            <input type="text" value="<?php echo bb_base_topic_search_query(); ?>" name="ts" id="ts" />
    115             <input class="button" type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'bbporg' ); ?>" />
     123            <input class="button" type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'wporg-forums' ); ?>" />
    116124        </div>
    117125    </form>
     
    125133    <form role="search" method="get" id="searchform" action="">
    126134        <div>
    127             <h3><?php _e( 'Reply Search', 'bbporg'); ?></h3>
    128             <label class="screen-reader-text hidden" for="rs"><?php _e( 'Search for:', 'bbporg' ); ?></label>
     135            <h3><?php _e( 'Reply Search', 'wporg-forums' ); ?></h3>
     136            <label class="screen-reader-text hidden" for="rs"><?php _e( 'Search for:', 'wporg-forums' ); ?></label>
    129137            <input type="text" value="<?php echo bb_base_reply_search_query(); ?>" name="rs" id="rs" />
    130             <input class="button" type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'bbporg' ); ?>" />
     138            <input class="button" type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'wporg-forums' ); ?>" />
    131139        </div>
    132140    </form>
     
    140148    <form role="search" method="get" id="searchform" action="">
    141149        <div>
    142             <h3><?php _e( 'Plugin Search', 'bbporg'); ?></h3>
    143             <label class="screen-reader-text hidden" for="ps"><?php _e( 'Search for:', 'bbporg' ); ?></label>
     150            <h3><?php _e( 'Plugin Search', 'wporg-forums' ); ?></h3>
     151            <label class="screen-reader-text hidden" for="ps"><?php _e( 'Search for:', 'wporg-forums' ); ?></label>
    144152            <input type="text" value="<?php echo bb_base_plugin_search_query(); ?>" name="ps" id="ts" />
    145             <input class="button" type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'bbporg' ); ?>" />
     153            <input class="button" type="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'wporg-forums' ); ?>" />
    146154        </div>
    147155    </form>
     
    206214
    207215    // Singular/Plural
    208     $voice_count = sprintf( _n( '%s participant', '%s participants', $voice_count, 'bbpress' ), bbp_number_format( $voice_count ) );
     216    $voice_count = sprintf( _n( '%s participant', '%s participants', $voice_count, 'wporg-forums' ), bbp_number_format( $voice_count ) );
    209217    $last_reply  = bbp_get_topic_last_active_id( $topic_id );
    210218
     
    215223    <?php if ( !empty( $voice_count ) ) : ?><li class="voice-count"><?php echo $voice_count; ?></li><?php endif; ?>
    216224    <?php if ( !empty( $last_reply  ) ) : ?>
    217         <li class="topic-freshness-author"><?php printf( __( 'Last reply from: %s', 'bbporg' ), bbp_get_author_link( array( 'type' => 'name', 'post_id' => $last_reply, 'size' => '15' ) ) ); ?></li>
     225        <li class="topic-freshness-author"><?php printf( __( 'Last reply from: %s', 'wporg-forums' ), bbp_get_author_link( array( 'type' => 'name', 'post_id' => $last_reply, 'size' => '15' ) ) ); ?></li>
    218226    <?php endif; ?>
    219     <?php if ( !empty( $time_since  ) ) : ?><li class="topic-freshness-time"><?php printf( __( 'Last activity: %s', 'bbporg' ), $time_since ); ?></li><?php endif; ?>
     227    <?php if ( !empty( $time_since  ) ) : ?><li class="topic-freshness-time"><?php printf( __( 'Last activity: %s', 'wporg-forums' ), $time_since ); ?></li><?php endif; ?>
    220228    <?php if ( is_user_logged_in() ) : ?>
    221229        <?php $_topic_id = bbp_is_reply_edit() ? bbp_get_reply_topic_id() : $topic_id; ?>
     
    240248    // Has replies
    241249    if ( !empty( $reply_count ) ) {
    242         $reply_text = sprintf( _n( '%s reply', '%s replies', $reply_count, 'bbpress' ), bbp_number_format( $reply_count ) );
     250        $reply_text = sprintf( _n( '%s reply', '%s replies', $reply_count, 'wporg-forums' ), bbp_number_format( $reply_count ) );
    243251    }
    244252
     
    250258    // Forum has no last active data
    251259    } else {
    252         $topic_text      = sprintf( _n( '%s topic', '%s topics', $topic_count, 'bbpress' ), bbp_number_format( $topic_count ) );
     260        $topic_text      = sprintf( _n( '%s topic', '%s topics', $topic_count, 'wporg-forums' ), bbp_number_format( $topic_count ) );
    253261    }
    254262    ?>
     
    258266    <?php if ( !empty( $reply_count ) ) : ?><li class="reply-count"><?php echo $reply_text; ?></li><?php endif; ?>
    259267    <?php if ( !empty( $last_active  ) ) : ?>
    260         <li class="forum-freshness-author"><?php printf( __( 'Last post by: %s', 'bbporg' ), bbp_get_author_link( array( 'type' => 'name', 'post_id' => $last_active ) ) ); ?></li>
     268        <li class="forum-freshness-author"><?php printf( __( 'Last post by: %s', 'wporg-forums' ), bbp_get_author_link( array( 'type' => 'name', 'post_id' => $last_active ) ) ); ?></li>
    261269    <?php endif; ?>
    262     <?php if ( !empty( $time_since  ) ) : ?><li class="forum-freshness-time"><?php printf( __( 'Last activity: %s', 'bbporg' ), $time_since ); ?></li><?php endif; ?>
     270    <?php if ( !empty( $time_since  ) ) : ?><li class="forum-freshness-time"><?php printf( __( 'Last activity: %s', 'wporg-forums' ), $time_since ); ?></li><?php endif; ?>
    263271    <?php if ( is_user_logged_in() ) : ?>
    264272        <li class="forum-subscribe"><?php bbp_forum_subscription_link( array( 'forum_id' => $forum_id ) ); ?></li>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/header.php

    r1521 r1535  
    33<div id="headline">
    44    <div class="wrapper">
    5         <h2><a href="<?php bbp_forums_url(); ?>">Forums</a></h2>
     5        <h2><a href="<?php bbp_forums_url(); ?>"><?php _e( 'Forums', 'wporg-forums' ); ?></a></h2>
    66        <p class="login">
    77            <?php if ( is_user_logged_in() ) : ?>
    8                 <?php echo sprintf( esc_html__( 'Howdy, %s', 'wporg' ), '<a href="' . bbp_get_user_profile_url( bbp_get_current_user_id() ) . '">' . bbp_get_current_user_name() . '</a>' ); ?>
     8                <?php echo sprintf( __( 'Howdy, %s', 'wporg-forums' ), '<a href="' . bbp_get_user_profile_url( bbp_get_current_user_id() ) . '">' . bbp_get_current_user_name() . '</a>' ); ?>
    99
    1010                <small>(
    1111                <?php if ( bbp_is_user_keymaster() ) : ?>
    12                     <a href="<?php echo esc_url( admin_url() ); ?>"><?php esc_html_e( 'Admin', 'wporg' ); ?></a> |
     12                    <a href="<?php echo esc_url( admin_url() ); ?>"><?php _e( 'Admin', 'wporg-forums' ); ?></a> |
    1313                <?php endif; ?>
    14                     <a href="<?php bbp_logout_url(); ?>"><?php esc_html_e( 'Sign Out', 'wporg' ); ?></a>
     14                    <a href="<?php bbp_logout_url(); ?>"><?php _e( 'Sign Out', 'wporg-forums' ); ?></a>
    1515                )</small><br>
    1616            <?php else : ?>
    17                
     17
    1818            <?php endif; ?>
    1919        </p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/page-front-support.php

    r1521 r1535  
    1919        <div class="col-6" id="forum-welcome">
    2020
    21             <p class="intro"><?php _e('We&rsquo;ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="http://codex.wordpress.org">documentation</a>, where you&rsquo;ll find information on everything from installing WordPress for the first time to creating your own themes&nbsp;and&nbsp;plugins.', 'wporg'); ?></p>
    22             <h3><?php _e('Getting Started Resources', 'wporg'); ?></h3>
    23             <p><?php _e('If you need help getting started with WordPress, try these articles.', 'wporg'); ?></p>
     21            <p class="intro"><?php _e( 'We&rsquo;ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="https://codex.wordpress.org">documentation</a>, where you&rsquo;ll find information on everything from installing WordPress for the first time to creating your own themes&nbsp;and&nbsp;plugins.', 'wporg-forums' ); ?></p>
     22            <h3><?php _e( 'Getting Started Resources', 'wporg-forums' ); ?></h3>
     23            <p><?php _e( 'If you need help getting started with WordPress, try these articles.', 'wporg-forums' ); ?></p>
    2424            <ul>
    25                 <li><?php _e('<a href="//codex.wordpress.org/Forum_Welcome">Welcome to the WordPress Support Forum</a>', 'wporg'); ?></li>
    26                 <li><?php _e('<a href="//codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress &mdash; Where to Start</a>', 'wporg'); ?></li>
    27                 <li><?php _e('<a href="//codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg'); ?></li>
    28                 <li><?php _e('<a href="//codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg'); ?></li>
    29                 <li><?php _e('<a href="//codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg'); ?></li>
    30                 <li><?php _e('<a href="//make.wordpress.org/support/handbook/">Support Handbook</a>', 'wporg'); ?></li>
     25                <li><?php _e( '<a href="https://codex.wordpress.org/Forum_Welcome">Welcome to the WordPress Support Forum</a>', 'wporg-forums' ); ?></li>
     26                <li><?php _e( '<a href="https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress &mdash; Where to Start</a>', 'wporg-forums' ); ?></li>
     27                <li><?php _e( '<a href="https://codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li>
     28                <li><?php _e( '<a href="https://codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg-forums' ); ?></li>
     29                <li><?php _e( '<a href="https://codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg-forums' ); ?></li>
     30                <li><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Support Handbook</a>', 'wporg-forums' ); ?></li>
    3131            </ul>
    32             <h3><?php _e('Search the Support Forums', 'wporg'); ?></h3>
    33             <p><?php _e('Enter a few words that describe the problem you&rsquo;re having.', 'wporg'); ?></p>
     32            <h3><?php _e( 'Search the Support Forums', 'wporg-forums' ); ?></h3>
     33            <p><?php _e( 'Enter a few words that describe the problem you&rsquo;re having.', 'wporg-forums' ); ?></p>
    3434            <form id="forumsearch" method="get" action="<?php bbp_search_url(); ?>">
    3535                <input name="search" class="text" id="forumsearchbox" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" type="text">
    36                 <input id="go" name="go" class="button" value="<?php esc_attr_e( 'Search', 'wporg' ); ?>" type="submit">
     36                <input id="go" name="go" class="button" value="<?php esc_attr_e( 'Search', 'wporg-forums' ); ?>" type="submit">
    3737                <input value="1" name="forums" type="hidden">
    3838            </form>
    39             <h3><?php _e('Hot Topics', 'wporg'); ?></h3>
     39            <h3><?php _e( 'Hot Topics', 'wporg-forums' ); ?></h3>
    4040            <p class="frontpageheatmap">
    4141                <?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
     
    5252
    5353                    <?php
    54 
    5554                    $view_iterator = 0;
    5655                    $topic_views   = array_keys( array_reverse( bbp_get_views() ) );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/page-homepage.php

    r1521 r1535  
    1919        <div class="col-6" id="forum-welcome">
    2020
    21             <p class="intro"><?php _e('We&rsquo;ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="http://codex.wordpress.org">documentation</a>, where you&rsquo;ll find information on everything from installing WordPress for the first time to creating your own themes&nbsp;and&nbsp;plugins.', 'wporg'); ?></p>
    22             <h3><?php _e('Getting Started Resources', 'wporg'); ?></h3>
    23             <p><?php _e('If you need help getting started with WordPress, try these articles.', 'wporg'); ?></p>
     21            <p class="intro"><?php _e( 'We&rsquo;ve got a variety of resources to help you get the most out of WordPress. Your first stop should be our <a href="https://codex.wordpress.org">documentation</a>, where you&rsquo;ll find information on everything from installing WordPress for the first time to creating your own themes&nbsp;and&nbsp;plugins.', 'wporg-forums' ); ?></p>
     22            <h3><?php _e( 'Getting Started Resources', 'wporg-forums' ); ?></h3>
     23            <p><?php _e( 'If you need help getting started with WordPress, try these articles.', 'wporg-forums' ); ?></p>
    2424            <ul>
    25                 <li><?php _e('<a href="//codex.wordpress.org/Forum_Welcome">Welcome to the WordPress Support Forum</a>', 'wporg'); ?></li>
    26                 <li><?php _e('<a href="//codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress &mdash; Where to Start</a>', 'wporg'); ?></li>
    27                 <li><?php _e('<a href="//codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg'); ?></li>
    28                 <li><?php _e('<a href="//codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg'); ?></li>
    29                 <li><?php _e('<a href="//codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg'); ?></li>
     25                <li><?php _e( '<a href="https://codex.wordpress.org/Forum_Welcome">Welcome to the WordPress Support Forum</a>', 'wporg-forums' ); ?></li>
     26                <li><?php _e( '<a href="https://codex.wordpress.org/New_To_WordPress_-_Where_to_Start">New to WordPress &mdash; Where to Start</a>', 'wporg-forums' ); ?></li>
     27                <li><?php _e( '<a href="https://codex.wordpress.org/FAQ_Installation">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li>
     28                <li><?php _e( '<a href="https://codex.wordpress.org/First_Steps_With_WordPress">First Steps with WordPress</a>', 'wporg-forums' ); ?></li>
     29                <li><?php _e( '<a href="https://codex.wordpress.org/Writing_Posts">Writing Posts</a>', 'wporg-forums' ); ?></li>
     30                <li><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Support Handbook</a>', 'wporg-forums' ); ?></li>
    3031            </ul>
    31             <h3><?php _e('Search the Support Forums', 'wporg'); ?></h3>
    32             <p><?php _e('Enter a few words that describe the problem you&rsquo;re having.', 'wporg'); ?></p>
     32            <h3><?php _e( 'Search the Support Forums', 'wporg-forums' ); ?></h3>
     33            <p><?php _e( 'Enter a few words that describe the problem you&rsquo;re having.', 'wporg-forums' ); ?></p>
    3334            <form id="forumsearch" method="get" action="<?php bbp_search_url(); ?>">
    3435                <input name="search" class="text" id="forumsearchbox" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" type="text">
    35                 <input id="go" name="go" class="button" value="<?php esc_attr_e( 'Search', 'wporg' ); ?>" type="submit">
     36                <input id="go" name="go" class="button" value="<?php esc_attr_e( 'Search', 'wporg-forums' ); ?>" type="submit">
    3637                <input value="1" name="forums" type="hidden">
    3738            </form>
    38             <h3><?php _e('Hot Topics', 'wporg'); ?></h3>
     39            <h3><?php _e( 'Hot Topics', 'wporg-forums' ); ?></h3>
    3940            <p class="frontpageheatmap">
    4041                <?php wp_tag_cloud( array( 'smallest' => 14, 'largest' => 24, 'number' => 22, 'taxonomy' => bbp_get_topic_tag_tax_id() ) ); ?>
     
    4950
    5051                    <?php
    51 
    5252                    $view_iterator = 0;
    5353                    $topic_views   = array_keys( array_reverse( bbp_get_views() ) );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-forums/sidebar.php

    r1521 r1535  
    22
    33    <?php if ( function_exists( 'is_bbpress' ) && ( is_bbpress() ) || is_page( 'new-topic' ) ) : ?>
    4    
     4
    55        <?php if ( bbp_is_single_forum() || bb_base_topic_search_query( false ) ) : ?>
    66
    77            <div>
    8                 <h3><?php _e( 'Forum Info', 'bbporg'); ?></h3>
     8                <h3><?php _e( 'Forum Info', 'wporg-forums' ); ?></h3>
    99                <ul class="forum-info">
    1010                    <?php bb_base_single_forum_description(); ?>
     
    1515
    1616            <div>
    17                 <h3><?php _e( 'Forum Feeds', 'bbporg'); ?></h3>
     17                <h3><?php _e( 'Forum Feeds', 'wporg-forums' ); ?></h3>
    1818                <ul class="forum-feeds">
    19                     <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/" title="Forum Posts">Recent Posts</a></li>
    20                     <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic" title="Forum Topics">Recent Topics</a></li>
     19                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/"><?php _e( 'Recent Posts', 'wporg-forums' ); ?></a></li>
     20                    <li><a class="feed" href="<?php bbp_forum_permalink(); ?>feed/?type=topic"><?php _e( 'Recent Topics', 'wporg-forums' ); ?></a></li>
    2121                </ul>
    2222            </div>
     
    2525
    2626            <div>
    27                 <h3><?php _e( 'Topic Info', 'bbporg'); ?></h3>
     27                <h3><?php _e( 'Topic Info', 'wporg-forums' ); ?></h3>
    2828                <ul class="topic-info">
    2929                    <?php bb_base_single_topic_description(); ?>
     
    3333            <div>
    3434                <?php bbp_topic_tag_list( 0, array(
    35                     'before' => '<h3>Topic Tags</h3><ul class="topic-tags"><li>',
     35                    'before' => '<h3>' . __( 'Topic Tags', 'wporg-forums' ) . '</h3><ul class="topic-tags"><li>',
    3636                    'after'  => '</li></ul>',
    3737                    'sep'    => '</li><li>',
     
    4646                    <?php bbp_topic_admin_links( array (
    4747                        'id'     => bbp_get_topic_id(),
    48                         'before' => '<h3>Topic Admin</h3><ul class="topic-admin-links"><li>',
     48                        'before' => '<h3>' . __( 'Topic Admin', 'wporg-forums' ) . '</h3><ul class="topic-admin-links"><li>',
    4949                        'after'  => '</li></ul>',
    5050                        'sep'    => '</li><li>',
     
    5858
    5959            <div>
    60                 <h3><?php _e( 'Forums', 'bbporg'); ?></h3>
     60                <h3><?php _e( 'Forums', 'wporg-forums' ); ?></h3>
    6161                <?php echo do_shortcode( '[bbp-forum-index]' ); ?>
    6262            </div>
     
    6464
    6565            <div>
    66                 <h3><?php _e( 'Views', 'bbporg'); ?></h3>
     66                <h3><?php _e( 'Views', 'wporg-forums' ); ?></h3>
    6767                <ul class="topic-views">
    6868
    6969                    <?php foreach ( bbp_get_views() as $view => $args ) : ?>
    7070
    71                         <li><a class="bbp-view-title" href="<?php bbp_view_url( $view ); ?>" title="<?php bbp_view_title( $view ); ?>"><?php bbp_view_title( $view ); ?></a></li>
     71                        <li><a class="bbp-view-title" href="<?php bbp_view_url( $view ); ?>"><?php bbp_view_title( $view ); ?></a></li>
    7272
    7373                    <?php endforeach; ?>
     
    7777
    7878            <div>
    79                 <h3><?php _e( 'Feeds', 'bbporg'); ?></h3>
     79                <h3><?php _e( 'Feeds', 'wporg-forums' ); ?></h3>
    8080                <ul class="forum-feeds">
    81                     <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/" title="All Recent Posts">All Recent Posts</a></li>
    82                     <li><a class="feed" href="<?php bbp_topics_url(); ?>feed/" title="All Recent Topics">All Recent Topics</a></li>
     81                    <li><a class="feed" href="<?php bbp_forums_url(); ?>feed/"><?php _e( 'All Recent Posts', 'wporg-forums' ); ?></a></li>
     82                    <li><a class="feed" href="<?php bbp_topics_url(); ?>feed/"><?php _e( 'All Recent Topics', 'wporg-forums' ); ?></a></li>
    8383                </ul>
    8484            </div>
    8585
    8686            <div>
    87                 <h3><?php _e( 'Tags', 'bbporg'); ?></h3>
     87                <h3><?php _e( 'Tags', 'wporg-forums' ); ?></h3>
    8888                <?php echo do_shortcode( '[bbp-topic-tags]' ); ?>
    8989            </div>
     
    9494
    9595        <div class="feature">
    96             <h3><?php _e('WordPress', 'bbporg'); ?></h3>
     96            <h3><?php _e( 'WordPress', 'wporg-forums' ); ?></h3>
    9797            <p><a href="http://wordpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/wordpress.gif"/></a>The world&#8217;s most powerful web publishing software.</p>
    9898        </div>
    9999        <div class="feature">
    100             <h3><?php _e('bbPress', 'bbporg'); ?></h3>
     100            <h3><?php _e( 'bbPress', 'wporg-forums' ); ?></h3>
    101101            <p><a href="http://bbpress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/bbpress.gif"/></a>Simple and elegant forum software from the creators of WordPress.</p>
    102102        </div>
    103103        <div style="margin-right: 0pt;" class="feature">
    104             <h3><?php _e('BuddyPress', 'bbporg'); ?></h3>
     104            <h3><?php _e(' BuddyPress', 'wporg-forums' ); ?></h3>
    105105            <p><a href="http://buddypress.org"><img width="78" height="58" alt="" src="<?php echo get_template_directory_uri(); ?>/images/buddypress.gif"/></a>Create a fully featured niche social-network with a few easy clicks.</p>
    106106        </div>
     
    109109
    110110        <div>
    111             <h3><?php _e( 'Categories', 'bbporg'); ?></h3>
     111            <h3><?php _e( 'Categories', 'wporg-forums' ); ?></h3>
    112112            <ul class="blog-categories">
    113113                <?php wp_list_categories( array( 'title_li' => false ) ); ?>
     
    116116
    117117        <div>
    118             <h3><?php _e( 'Tags', 'bbporg'); ?></h3>
     118            <h3><?php _e( 'Tags', 'wporg-forums' ); ?></h3>
    119119            <?php wp_tag_cloud(); ?>
    120120        </div>
Note: See TracChangeset for help on using the changeset viewer.