Changeset 9308 for trunk/src/bp-activity/bp-activity-functions.php
- Timestamp:
- 01/07/2015 10:03:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-functions.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-functions.php
r9257 r9308 560 560 561 561 /** 562 * Retr eive the current action from a component and key.562 * Retrieve the current action from a component and key. 563 563 * 564 564 * @since BuddyPress (1.1.0) … … 1100 1100 * 1101 1101 * This is usually taken care of when BP_Activity_Activity::save() happens, but 1102 * as we're going to be updating all the activity statuses directly, for effic ency,1102 * as we're going to be updating all the activity statuses directly, for efficiency, 1103 1103 * we need to update manually. 1104 1104 */ … … 1170 1170 * 1171 1171 * This is usually taken care of when BP_Activity_Activity::save() happens, but 1172 * as we're going to be updating all the activity statuses directly, for effic ency,1172 * as we're going to be updating all the activity statuses directly, for efficiency, 1173 1173 * we need to update manually. 1174 1174 */ … … 2062 2062 } 2063 2063 2064 // Check to see if the parent activity is hidden, and if so, hide this comment public ally.2064 // Check to see if the parent activity is hidden, and if so, hide this comment publicly. 2065 2065 $is_hidden = ( (int) $activity->hide_sitewide ) ? 1 : 0; 2066 2066 … … 2847 2847 * @since BuddyPress (2.0.0) 2848 2848 * 2849 * @uses bp_is_activity_heartbeat_active() to check if hea tbeat setting is on.2849 * @uses bp_is_activity_heartbeat_active() to check if heartbeat setting is on. 2850 2850 * @uses bp_is_activity_directory() to check if the current page is the activity 2851 2851 * directory.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)