Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/06/2011 08:44:17 PM (14 years ago)
Author:
djpaul
Message:

s/blogs/sites. Fixes #2164

File:
1 edited

Legend:

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

    r4347 r4466  
    1919        <?php do_action( 'template_notices' ); ?>
    2020
    21             <h3><?php _e( 'Create a Blog', 'buddypress' ); ?> &nbsp;<a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) ?>"><?php _e( 'Blogs Directory', 'buddypress' ); ?></a></h3>
     21            <h3><?php _e( 'Create a Site', 'buddypress' ); ?> &nbsp;<a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) ?>"><?php _e( 'Site Directory', 'buddypress' ); ?></a></h3>
    2222
    2323        <?php do_action( 'bp_before_create_blog_content' ); ?>
     
    3030
    3131            <div id="message" class="info">
    32                 <p><?php _e( 'Blog registration is currently disabled', 'buddypress' ); ?></p>
     32                <p><?php _e( 'Site registration is currently disabled', 'buddypress' ); ?></p>
    3333            </div>
    3434
Note: See TracChangeset for help on using the changeset viewer.