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/delete-account.php

    r4675 r5737  
    99?>
    1010
    11 <?php get_header( 'buddypress' ) ?>
     11<?php get_header( 'buddypress' ); ?>
    1212
    1313    <div id="content">
     
    6161
    6262                    <div class="submit">
    63                         <input type="submit" disabled="disabled" value="<?php _e( 'Delete My Account', 'buddypress' ) ?>" id="delete-account-button" name="delete-account-button" />
     63                        <input type="submit" disabled="disabled" value="<?php _e( 'Delete My Account', 'buddypress' ); ?>" id="delete-account-button" name="delete-account-button" />
    6464                    </div>
    6565
     
    7878    </div><!-- #content -->
    7979
    80 <?php get_sidebar( 'buddypress' ) ?>
     80<?php get_sidebar( 'buddypress' ); ?>
    8181
    82 <?php get_footer( 'buddypress' ) ?>
     82<?php get_footer( 'buddypress' ); ?>
Note: See TracChangeset for help on using the changeset viewer.