Changeset 2284 for trunk/bp-themes/bp-default/blogs/create.php
- Timestamp:
- 01/09/2010 04:16:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/blogs/create.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/blogs/create.php
r2170 r2284 6 6 <div class="padder"> 7 7 8 <?php do_action( 'template_notices' ) // (error/success feedback)?>8 <?php do_action( 'template_notices' ) ?> 9 9 10 10 <h2><?php _e( 'Create a Blog', 'buddypress' ) ?> <a class="button" href="<?php echo bp_root_domain() . '/' . BP_BLOGS_SLUG . '/' ?>"><?php _e( 'Blogs Directory', 'buddypress' ) ?></a></h2> … … 26 26 <?php do_action( 'bp_after_create_blog_content' ) ?> 27 27 28 29 28 </div><!-- .padder --> 30 29 </div><!-- #content -->
Note: See TracChangeset
for help on using the changeset viewer.