Skip to:
Content

BuddyPress.org


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

Updating template based hooks.

File:
1 edited

Legend:

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

    r2170 r2284  
    66        <div class="padder">
    77
    8         <?php do_action( 'template_notices' ) // (error/success feedback) ?>
     8        <?php do_action( 'template_notices' ) ?>
    99
    1010        <h2><?php _e( 'Create a Blog', 'buddypress' ) ?> &nbsp;<a class="button" href="<?php echo bp_root_domain() . '/' . BP_BLOGS_SLUG . '/' ?>"><?php _e( 'Blogs Directory', 'buddypress' ) ?></a></h2>
     
    2626        <?php do_action( 'bp_after_create_blog_content' ) ?>
    2727
    28 
    2928        </div><!-- .padder -->
    3029    </div><!-- #content -->
Note: See TracChangeset for help on using the changeset viewer.