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/blogs/create.php

    r2284 r2302  
    88        <?php do_action( 'template_notices' ) ?>
    99
    10         <h2><?php _e( 'Create a Blog', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_root_domain() . '/' . BP_BLOGS_SLUG . '/' ?>"><?php _e( 'Blogs Directory', 'buddypress' ) ?></a></h2>
     10        <h2><?php _e( 'Create a Blog', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php bp_root_domain() . '/' . BP_BLOGS_SLUG . '/' ?>"><?php _e( 'Blogs Directory', 'buddypress' ) ?></a></h2>
    1111
    1212        <?php do_action( 'bp_before_create_blog_content' ) ?>
Note: See TracChangeset for help on using the changeset viewer.