Skip to:
Content

BuddyPress.org

Ticket #2596: missingtextdomain.patch

File missingtextdomain.patch, 1.3 KB (added by DJPaul, 16 years ago)
  • bp-themes/bp-default/groups/single/activity.php

     
    11<div class="item-list-tabs no-ajax" id="subnav">
    22        <ul>
    3                 <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
     3                <li class="feed"><a href="<?php bp_group_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ) ?>"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
    44
    55                <?php do_action( 'bp_group_activity_syndication_options' ) ?>
    66
  • bp-themes/bp-default/activity/index.php

     
    5757
    5858                        <div class="item-list-tabs no-ajax" id="subnav">
    5959                                <ul>
    60                                         <li class="feed"><a href="<?php bp_sitewide_activity_feed_link() ?>" title="RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
     60                                        <li class="feed"><a href="<?php bp_sitewide_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ) ?>"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
    6161
    6262                                        <?php do_action( 'bp_activity_syndication_options' ) ?>
    6363