Changeset 5737 for trunk/bp-themes/bp-default/blogs/create.php
- Timestamp:
- 02/12/2012 08:09:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/blogs/create.php
r5549 r5737 21 21 <?php do_action( 'template_notices' ); ?> 22 22 23 <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>23 <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> 24 24 25 25 <?php do_action( 'bp_before_create_blog_content' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.