Skip to:
Content

BuddyPress.org


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

Updating template based hooks.

File:
1 edited

Legend:

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

    r2170 r2284  
    1 <?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_blogs_filter() */ ?>
     1<?php /* Querystring is set via AJAX in _inc/ajax.php - bp_dtheme_content_filter() */ ?>
     2
     3<?php do_action( 'bp_before_blogs_loop' ) ?>
     4
    25<?php if ( bp_has_blogs( bp_ajax_querystring() ) ) : ?>
    36
     
    1417        </div>
    1518
    16         <?php do_action( 'bp_before_directory_blogs_list' ) ?>
    17 
    1819        <ul id="blogs-list" class="item-list">
    1920        <?php while ( bp_blogs() ) : bp_the_blog(); ?>
     
    2829                                <div class="item-meta"><span class="activity"><?php bp_blog_last_active() ?></span></div>
    2930
    30                                 <?php do_action( 'bp_core_directory_blogs_item' ) ?>
     31                                <?php do_action( 'bp_directory_blogs_item' ) ?>
    3132                        </div>
    3233
     
    6061
    6162<?php endif; ?>
     63
     64<?php do_action( 'bp_after_blogs_loop' ) ?>
Note: See TracChangeset for help on using the changeset viewer.