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/members/single/activity/permalink.php

    r5255 r5737  
    1 <?php get_header( 'buddypress' ) ?>
     1<?php get_header( 'buddypress' ); ?>
    22
    33<?php do_action( 'template_notices' ); ?>
     
    99        <?php while ( bp_activities() ) : bp_the_activity(); ?>
    1010
    11             <?php locate_template( array( 'activity/entry.php' ), true ) ?>
     11            <?php locate_template( array( 'activity/entry.php' ), true ); ?>
    1212
    1313        <?php endwhile; ?>
     
    1717</div>
    1818
    19 <?php get_footer( 'buddypress' ) ?>
     19<?php get_footer( 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.