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-sn-parent/userbar.php

    r2077 r2302  
    3636            <p class="submit">
    3737                <input type="submit" name="wp-submit" id="userbar_wp-submit" value="<?php _e('Log In'); ?>" tabindex="100" />
    38                 <input type="hidden" name="redirect_to" value="<?php echo bp_root_domain() ?>" />
     38                <input type="hidden" name="redirect_to" value="<?php bp_root_domain() ?>" />
    3939                <input type="hidden" name="testcookie" value="1" />
    4040            </p>
Note: See TracChangeset for help on using the changeset viewer.