Skip to:
Content

BuddyPress.org

Changeset 12564


Ignore:
Timestamp:
03/03/2020 09:03:34 PM (5 years ago)
Author:
r-a-y
Message:

Activity: Minor PHPDoc audit for bp_get_activity_action() function.

See #8234, #4648.

File:
1 edited

Legend:

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

    r12395 r12564  
    13071307     *
    13081308     * @since 1.2.0
     1309     * @since 1.7.0 Introduce function parameter, $args.
    13091310     *
    13101311     * @global object $activities_template {@link BP_Activity_Template}
     
    13451346         *
    13461347         * @since 1.2.0
    1347          *
    1348          * @param array $value Array containing the current action, the current activity, and the $args array passed into the function.
     1348         * @since 1.7.0 Now passes a 3rd parameter, $r, an array of arguments from the function.
     1349         *
     1350         * @param array $value Array containing the current action, the current activity, and the $r array passed into the function.
    13491351         */
    13501352        return apply_filters_ref_array( 'bp_get_activity_action', array(
Note: See TracChangeset for help on using the changeset viewer.