Changeset 2416 for trunk/bp-activity.php
- Timestamp:
- 01/24/2010 01:13:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2405 r2416 1 1 <?php 2 2 3 define ( 'BP_ACTIVITY_DB_VERSION', '20 31' );3 define ( 'BP_ACTIVITY_DB_VERSION', '2040' ); 4 4 5 5 /* Define the slug for the component */ … … 469 469 'item_id' => false, // Optional: The ID of the specific item being recorded, e.g. a blog_id 470 470 'secondary_item_id' => false, // Optional: A second ID used to further filter e.g. a comment_id 471 'recorded_time' => time(), // Thetime that this activity was recorded471 'recorded_time' => gmdate( "Y-m-d H:i:s" ), // The GMT time that this activity was recorded 472 472 'hide_sitewide' => false // Should this be hidden on the sitewide activity stream? 473 473 );
Note: See TracChangeset
for help on using the changeset viewer.