Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/15/2010 01:04:38 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1603

File:
1 edited

Legend:

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

    r2302 r2308  
    88        <?php do_action( 'template_notices' ) ?>
    99
    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>
     10        <h2><?php _e( 'Create a Blog', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_get_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.