Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2016 05:18:23 AM (9 years ago)
Author:
tw2113
Message:

Some more docs cleanup and plenty of @since tag additions for Groups Component.

See #6401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-filters.php

    r10417 r10454  
    114114/**
    115115 * Filter bbPress query SQL when on group pages or on forums directory.
     116 *
     117 * @since 1.1.0
    116118 */
    117119function groups_add_forum_privacy_sql() {
     
    125127 * Add fields to bbPress query for group-specific data.
    126128 *
     129 * @since 1.1.0
     130 *
    127131 * @param string $sql SQL statement to amend.
    128132 * @return string
     
    136140 * Add JOINed tables to bbPress query for group-specific data.
    137141 *
     142 * @since 1.1.0
     143 *
    138144 * @param string $sql SQL statement to amend.
    139145 * @return string
     
    150156 * Add WHERE clauses to bbPress query for group-specific data and access protection.
    151157 *
     158 * @since 1.1.0
     159 *
    152160 * @param string $sql SQL Statement to amend.
    153  *
    154161 * @return string
    155162 */
     
    202209 * Modify bbPress caps for bp-forums.
    203210 *
     211 * @since 1.1.0
     212 *
    204213 * @param bool   $value Original value for current_user_can check.
    205214 * @param string $cap   Capability checked.
    206215 * @param array  $args  Arguments for the caps.
    207  *
    208216 * @return bool
    209217 */
Note: See TracChangeset for help on using the changeset viewer.