Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch changes and syncing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/groups/single/leave-confirm.php

    r1905 r2077  
    22
    33        <div class="content-header">
    4        
     4
    55        </div>
    66
    7         <div id="content">     
     7        <div id="content">
    88
    99                <?php if ( bp_has_groups() ) : while ( bp_groups() ) : bp_the_group(); ?>
    10        
     10
    1111                        <?php do_action( 'bp_before_group_leave_confirm_content' ) ?>
    12                        
     12
    1313                        <div class="left-menu">
    1414                                <?php locate_template( array( 'groups/single/menu.php' ), true ) ?>
     
    3030                                                <h4><?php _e( 'Confirm Leave Group', 'buddypress' ); ?></h4>
    3131                                                <h3><?php _e( 'Are you sure you want to leave this group?', 'buddypress' ); ?></h3>
    32        
     32
    3333                                                <p>
    34                                                         <a href="<?php bp_group_leave_confirm_link() ?>"><?php _e( "Yes, I'd like to leave this group.", 'buddypress' ) ?></a> | 
     34                                                        <a href="<?php bp_group_leave_confirm_link() ?>"><?php _e( "Yes, I'd like to leave this group.", 'buddypress' ) ?></a> |
    3535                                                        <a href="<?php bp_group_leave_reject_link() ?>"><?php _e( "No, I'll stay!", 'buddypress' ) ?></a>
    3636                                                </p>
    37                                                
     37
    3838                                                <?php do_action( 'bp_group_leave_confirm_content' ) ?>
    3939                                        </div>
    40                
     40
    4141                                </div>
    4242                        </div>
    4343
    4444                        <?php do_action( 'bp_after_group_leave_confirm_content' ) ?>
    45        
     45
    4646                <?php endwhile; endif; ?>
    47                
     47
    4848        </div>
    4949
Note: See TracChangeset for help on using the changeset viewer.