Changeset 9833 for trunk/src/bp-activity/bp-activity-screens.php
- Timestamp:
- 05/03/2015 06:51:25 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-screens.php
r9819 r9833 314 314 * @since BuddyPress (1.2.0) 315 315 * 316 * @param BP_Activity_Activity $activity Object representing the current activity item being displayed.317 * @param bool $has_access Whether or not the current user has access to view activity.316 * @param BP_Activity_Activity $activity Object representing the current activity item being displayed. 317 * @param bool $has_access Whether or not the current user has access to view activity. 318 318 */ 319 319 do_action( 'bp_activity_screen_single_activity_permalink', $activity, $has_access ); … … 476 476 * 477 477 * @param string $templates The templates from bp_get_theme_compat_templates(). 478 * 478 479 * @return array $templates Array of custom templates to look for. 479 480 */ … … 536 537 * 537 538 * @param string $templates The templates from bp_get_theme_compat_templates(). 539 * 538 540 * @return array $templates Array of custom templates to look for. 539 541 */
Note: See TracChangeset
for help on using the changeset viewer.