Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/20/2009 03:18:29 AM (17 years ago)
Author:
apeatling
Message:
  • Added *tentative* support for wp-super-cache. Cached pages will be reset when actions are carried out. Cached pages will be served when browsing any BuddyPress page when wp-super-cache is installed and set up.
  • Added consistency to action names across components. This means some actions have changed their name. Please refer to the codex for an up to date action reference. These name changes are very minor, but need to be done now.
  • Other general cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/directories/bp-blogs-directory-blogs.php

    r822 r884  
    139139       
    140140    </div>
     141   
     142    <?php do_action( 'bp_blogs_directory_blogs_sidebar' ) ?>
     143   
    141144    <?php wp_nonce_field('directory_blogs', '_wpnonce-blog-filter' ) ?>
    142145    </form>
     
    195198        <?php } ?>
    196199    </div>
     200   
     201    <?php do_action( 'bp_blogs_directory_blogs_sidebar' ) ?>
    197202<?php
    198203}
Note: See TracChangeset for help on using the changeset viewer.