Changeset 4466 for trunk/bp-themes/bp-default/blogs/create.php
- Timestamp:
- 06/06/2011 08:44:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/blogs/create.php
r4347 r4466 19 19 <?php do_action( 'template_notices' ); ?> 20 20 21 <h3><?php _e( 'Create a Blog', 'buddypress' ); ?> <a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) ?>"><?php _e( 'BlogsDirectory', 'buddypress' ); ?></a></h3>21 <h3><?php _e( 'Create a Site', 'buddypress' ); ?> <a class="button" href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_blogs_root_slug() ) ?>"><?php _e( 'Site Directory', 'buddypress' ); ?></a></h3> 22 22 23 23 <?php do_action( 'bp_before_create_blog_content' ); ?> … … 30 30 31 31 <div id="message" class="info"> 32 <p><?php _e( ' Blogregistration is currently disabled', 'buddypress' ); ?></p>32 <p><?php _e( 'Site registration is currently disabled', 'buddypress' ); ?></p> 33 33 </div> 34 34
Note: See TracChangeset
for help on using the changeset viewer.