Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/30/2009 12:27:52 PM (17 years ago)
Author:
apeatling
Message:

Adding activity item permalink support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/activity/just-me.php

    r2155 r2158  
    5454                                        <div class="activity">
    5555
    56                                         <?php if ( bp_has_activities( 'type=personal&max=20&per_page=20&display_comments=stream' ) ) : ?>
     56                                        <?php if ( bp_has_activities( 'type=personal&max=20&per_page=20&display_comments=stream&show_hidden=' . bp_is_home() ) ) : ?>
    5757
    5858                                                <ul id="activity-list" class="activity-list item-list">
Note: See TracChangeset for help on using the changeset viewer.