Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/09/2017 02:56:00 AM (9 years ago)
Author:
tw2113
Message:

Adds missed phpdoc for a new filter. Also adds some various param and return docs.

See #7143.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-list-table.php

    r11440 r11530  
    707707     * @since 2.7.0
    708708     *
    709      * @param string $value       Empty string.
     709     * @param string $retval      Empty string.
    710710     * @param string $column_name Name of the column being rendered.
    711711     * @param array  $item        The current group item in the loop.
     712     * @return string
    712713     */
    713714    public function column_content_group_type( $retval = '', $column_name, $item ) {
Note: See TracChangeset for help on using the changeset viewer.