# This patch file uses platform neutral UTF-8 encoding.
# Patch for Ticket# 1044 http://trac.buddypress.org/ticket/1044
# - Home page of default parent theme is using the incorrect widget section for
# the first-section div.
# Jason Giedymin - AcronymLabs.com
|
|
|
6 | 6 | |
7 | 7 | <div id="first-section" class="widget-section"> |
8 | 8 | <?php if ( !function_exists('dynamic_sidebar') |
9 | | || !dynamic_sidebar('third-section') ) : ?> |
| 9 | || !dynamic_sidebar('first-section') ) : ?> |
10 | 10 | |
11 | 11 | <div class="widget-error"> |
12 | 12 | <?php _e( 'Please log in and add widgets to this section.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=third-section"><?php _e( 'Add Widgets', 'buddypress' ) ?></a> |