Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/04/2017 06:26:55 PM (9 years ago)
Author:
tw2113
Message:

Cleanup from recent Scrutinizer review around documentation and param/return types.

File:
1 edited

Legend:

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

    r11413 r11447  
    15341534 * @global object $activities_template {@link BP_Activity_Template}
    15351535 *
    1536  * @param BP_Activity_Activity $activity Optional. Falls back on the current item in the loop.
     1536 * @param false|BP_Activity_Activity $activity Optional. Falls back on the current item in the loop.
    15371537 * @return bool True if can delete, false otherwise.
    15381538 */
     
    23432343         * @global object $activities_template {@link BP_Activity_Template}
    23442344         *
    2345          * @return string|bool The activity comment form no JavaScript
    2346          *                     display CSS. False on failure.
     2345         * @return string|false The activity comment form no JavaScript
     2346         *                      display CSS. False on failure.
    23472347         */
    23482348        function bp_get_activity_comment_form_nojs_display() {
Note: See TracChangeset for help on using the changeset viewer.