Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2009 07:54:21 PM (16 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/optionsbar.php

    r1905 r2077  
    22
    33<div id="optionsbar">
    4    
     4
    55    <h3><?php bp_get_options_title() ?></h3>
    66
    77    <?php do_action( 'bp_inside_before_options_bar' ) ?>
    8    
     8
    99    <?php if ( bp_has_options_avatar() ) : ?>
    1010
     
    1414
    1515    <?php endif; ?>
    16        
     16
    1717        <ul id="options-nav">
    1818            <?php bp_get_options_nav() ?>
    1919        </ul>
    20    
     20
    2121    <?php do_action( 'bp_inside_after_options_bar' ) ?>
    2222
Note: See TracChangeset for help on using the changeset viewer.