Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/24/2010 03:30:34 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1669

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/groups/create.php

    r2352 r2424  
    5555                            <?php if ( is_site_admin() ) : ?>
    5656                                <div class="checkbox">
    57                                     <label><input type="checkbox" disabled="disabled" name="disabled" id="disabled" value="0" /> <?php printf( __('<strong>Attention Site Admin:</strong> Group forums require the <a href="%s">correct setup and configuration</a> of a bbPress installation.', 'buddypress' ), $bp->root_domain . '/wp-admin/admin.php?page=buddypress/bp-forums.php' ) ?></label>
     57                                    <label><input type="checkbox" disabled="disabled" name="disabled" id="disabled" value="0" /> <?php printf( __('<strong>Attention Site Admin:</strong> Group forums require the <a href="%s">correct setup and configuration</a> of a bbPress installation.', 'buddypress' ), bp_get_root_domain() . '/wp-admin/admin.php?page=bb-forums-setup' ) ?></label>
    5858                                </div>
    5959                            <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.