Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/15/2010 11:59:28 AM (15 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/header.php

    r2077 r2302  
    5656                    <?php endif; ?>
    5757
    58                     <input type="hidden" name="redirect_to" value="<?php echo bp_root_domain() ?>" />
     58                    <input type="hidden" name="redirect_to" value="<?php bp_root_domain() ?>" />
    5959                    <input type="hidden" name="testcookie" value="1" />
    6060
Note: See TracChangeset for help on using the changeset viewer.