Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2008 07:16:26 PM (17 years ago)
Author:
apeatling
Message:

Fixed mismatching of "add widgets" links on home theme aggregation page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/home/home.php

    r377 r390  
    88       
    99        <div class="widget-error">
    10             Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=sidebar-1">add widgets to this column</a>.
     10            Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=sidebar-3">add widgets to this column</a>.
    1111        </div>
    1212       
     
    3030
    3131        <div class="widget-error">
    32             Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=sidebar-3">add widgets to this column</a>.
     32            Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&amp;show=&amp;sidebar=sidebar-1">add widgets to this column</a>.
    3333        </div>     
    3434       
Note: See TracChangeset for help on using the changeset viewer.