Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2012 08:09:34 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add ending semicolons to bp-default where omitted. Fixes #4002.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/activity/index.php

    r5638 r5737  
    4343                    <?php if ( is_user_logged_in() ) : ?>
    4444
    45                         <?php do_action( 'bp_before_activity_type_tab_friends' ) ?>
     45                        <?php do_action( 'bp_before_activity_type_tab_friends' ); ?>
    4646
    4747                        <?php if ( bp_is_active( 'friends' ) ) : ?>
     
    5555                        <?php endif; ?>
    5656
    57                         <?php do_action( 'bp_before_activity_type_tab_groups' ) ?>
     57                        <?php do_action( 'bp_before_activity_type_tab_groups' ); ?>
    5858
    5959                        <?php if ( bp_is_active( 'groups' ) ) : ?>
     
    8787            <div class="item-list-tabs no-ajax" id="subnav" role="navigation">
    8888                <ul>
    89                     <li class="feed"><a href="<?php bp_sitewide_activity_feed_link() ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ); ?></a></li>
     89                    <li class="feed"><a href="<?php bp_sitewide_activity_feed_link(); ?>" title="<?php _e( 'RSS Feed', 'buddypress' ); ?>"><?php _e( 'RSS', 'buddypress' ); ?></a></li>
    9090
    9191                    <?php do_action( 'bp_activity_syndication_options' ); ?>
Note: See TracChangeset for help on using the changeset viewer.