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/profile/profile-wp.php

    r4895 r5737  
    1 <?php do_action( 'bp_before_profile_loop_content' ) ?>
     1<?php do_action( 'bp_before_profile_loop_content' ); ?>
    22
    33<?php $ud = get_userdata( bp_displayed_user_id() ); ?>
    44
    5 <?php do_action( 'bp_before_profile_field_content' ) ?>
     5<?php do_action( 'bp_before_profile_field_content' ); ?>
    66
    77    <div class="bp-widget wp-profile">
     
    6767    </div>
    6868
    69 <?php do_action( 'bp_after_profile_field_content' ) ?>
     69<?php do_action( 'bp_after_profile_field_content' ); ?>
    7070
    71 <?php do_action( 'bp_profile_field_buttons' ) ?>
     71<?php do_action( 'bp_profile_field_buttons' ); ?>
    7272
    73 <?php do_action( 'bp_after_profile_loop_content' ) ?>
     73<?php do_action( 'bp_after_profile_loop_content' ); ?>
Note: See TracChangeset for help on using the changeset viewer.