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/settings/general.php

    r4347 r5737  
    99?>
    1010
    11 <?php get_header( 'buddypress' ) ?>
     11<?php get_header( 'buddypress' ); ?>
    1212
    1313    <div id="content">
     
    5050                <h3><?php _e( 'General Settings', 'buddypress' ); ?></h3>
    5151
    52                 <?php do_action( 'bp_template_content' ) ?>
     52                <?php do_action( 'bp_template_content' ); ?>
    5353
    5454                <form action="<?php echo bp_displayed_user_domain() . bp_get_settings_slug() . '/general'; ?>" method="post" class="standard-form" id="settings-form">
     
    8585    </div><!-- #content -->
    8686
    87 <?php get_sidebar( 'buddypress' ) ?>
     87<?php get_sidebar( 'buddypress' ); ?>
    8888
    89 <?php get_footer( 'buddypress' ) ?>
     89<?php get_footer( 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.