Changeset 4920 for trunk/bp-themes/bp-default/_inc/ajax.php
- Timestamp:
- 08/03/2011 09:03:41 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/_inc/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/_inc/ajax.php
r4907 r4920 331 331 function bp_dtheme_get_single_activity_content() { 332 332 $activity_array = bp_activity_get_specific( array( 333 'activity_ids' => $_POST['activity_id'],334 'display_comments' => 'stream'333 'activity_ids' => $_POST['activity_id'], 334 'display_comments' => 'stream' 335 335 ) ); 336 336
Note: See TracChangeset
for help on using the changeset viewer.