Changeset 2424 for trunk/bp-themes/bp-default/groups/create.php
- Timestamp:
- 01/24/2010 03:30:34 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/groups/create.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/create.php
r2352 r2424 55 55 <?php if ( is_site_admin() ) : ?> 56 56 <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> 58 58 </div> 59 59 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.