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/sidebar.php

    r1905 r2077  
    33<div id="sidebar">
    44        <?php do_action( 'bp_inside_before_blog_sidebar' ) ?>
    5        
     5
    66        <?php if ( !function_exists('dynamic_sidebar')
    77                || !dynamic_sidebar('blog-sidebar') ) : ?>
    8        
     8
    99                        <div class="widget-error">
    1010                                <?php _e( 'Please log in and add widgets to this column.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=blog-sidebar"><?php _e( 'Add Widgets', 'buddypress' ) ?></a>
     
    1212
    1313        <?php endif; ?>
    14        
     14
    1515        <?php do_action( 'bp_inside_after_blog_sidebar' ) ?>
    1616</div>
Note: See TracChangeset for help on using the changeset viewer.