Changeset 1014 for trunk/buddypress-theme/buddypress-home/register.php
- Timestamp:
- 02/02/2009 10:26:13 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-home/register.php
r649 r1014 6 6 <?php if ( !function_exists('dynamic_sidebar') 7 7 || !dynamic_sidebar('right-column') ) : ?> 8 8 9 9 <div class="widget-error"> 10 Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=sidebar-3">add widgets to this column</a>.11 </div> 10 <?php _e( 'Please log in and add widgets to this column.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=sidebar-3"><?php _e( 'Add Widgets', 'buddypress' ) ?></a> 11 </div> 12 12 13 13 <?php endif; ?> … … 19 19 20 20 <div class="widget-error"> 21 Please log in and <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=sidebar-2">add widgets to this column</a>.21 <?php _e( 'Please log in and add widgets to this column.', 'buddypress' ) ?> <a href="<?php echo get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=sidebar-2"><?php _e( 'Add Widgets', 'buddypress' ) ?></a> 22 22 </div> 23 23
Note: See TracChangeset
for help on using the changeset viewer.