Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/15/2010 11:59:28 AM (16 years ago)
Author:
apeatling
Message:

Fixed incorrect echo on bp_root_domain() calls. Fixed #1288. Added warning to theme headers about copying themes.

File:
1 edited

Legend:

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

    r2284 r2302  
    55
    66        <form action="<?php bp_group_creation_form_action() ?>" method="post" id="create-group-form" class="standard-form" enctype="multipart/form-data">
    7             <h2><?php _e( 'Create a Group', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h2>
     7            <h2><?php _e( 'Create a Group', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php bp_root_domain() . '/' . BP_GROUPS_SLUG . '/' ?>"><?php _e( 'Groups Directory', 'buddypress' ) ?></a></h2>
    88
    99            <?php do_action( 'bp_before_create_group' ) ?>
Note: See TracChangeset for help on using the changeset viewer.