Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/03/2015 06:51:25 PM (10 years ago)
Author:
tw2113
Message:

First pass at cleanup of Activity component documetnation.

See #6396.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-screens.php

    r9819 r9833  
    314314     * @since BuddyPress (1.2.0)
    315315     *
    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.
    318318     */
    319319    do_action( 'bp_activity_screen_single_activity_permalink', $activity, $has_access );
     
    476476     *
    477477     * @param string $templates The templates from bp_get_theme_compat_templates().
     478     *
    478479     * @return array $templates Array of custom templates to look for.
    479480     */
     
    536537     *
    537538     * @param string $templates The templates from bp_get_theme_compat_templates().
     539     *
    538540     * @return array $templates Array of custom templates to look for.
    539541     */
Note: See TracChangeset for help on using the changeset viewer.