Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/15/2010 11:59:40 AM (14 years ago)
Author:
apeatling
Message:

Merging 1.2 branch with trunk.

File:
1 edited

Legend:

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

    r2428 r2925  
    11<?php get_header() ?>
    22
    3     <?php do_action( 'bp_before_directory_groups_content' ) ?>
     3    <?php do_action( 'bp_before_directory_blogs_content' ) ?>
    44
    55    <div id="content">
     
    3131    <?php locate_template( array( 'sidebar.php' ), true ) ?>
    3232
    33     <?php do_action( 'bp_after_directory_groups_content' ) ?>
     33    <?php do_action( 'bp_after_directory_blogs_content' ) ?>
    3434
    3535<?php get_footer() ?>
Note: See TracChangeset for help on using the changeset viewer.