Changeset 3592 for trunk/bp-activity/bp-activity-templatetags.php
- Timestamp:
- 12/27/2010 10:57:31 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity/bp-activity-templatetags.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r3580 r3592 136 136 * bp_has_activities() 137 137 * 138 * Initializes the activity loop. 138 * Initializes the activity loop. 139 139 * 140 140 * Based on the $args passed, bp_has_activities() populates the $activities_template global. … … 174 174 $show_hidden = true; 175 175 } 176 176 177 177 // The default scope should recognize custom slugs 178 178 if ( array_key_exists( $bp->current_action, (array)$bp->active_components ) ) { … … 959 959 } 960 960 961 function bp_activity_can_favorite() { 961 function bp_activity_can_favorite() { 962 962 $can_favorite = true; 963 963 964 964 return apply_filters( 'bp_activity_can_favorite', $can_favorite ); 965 965 } … … 1048 1048 echo bp_get_member_activity_feed_link(); 1049 1049 } 1050 function bp_activities_member_rss_link() { 1051 echo bp_get_member_activity_feed_link(); 1050 function bp_activities_member_rss_link() { 1051 echo bp_get_member_activity_feed_link(); 1052 1052 } 1053 1053
Note: See TracChangeset
for help on using the changeset viewer.