Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2015 05:21:07 AM (10 years ago)
Author:
tw2113
Message:

Initial documentation cleanup for the BP Groups component.

See #6401.

File:
1 edited

Legend:

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

    r9819 r9906  
    22
    33/**
    4  * BuddyPress Groups Filters
     4 * BuddyPress Groups Filters.
    55 *
    66 * @package BuddyPress
     
    7373 *
    7474 * @param string $content
     75 *
    7576 * @return string
    7677 */
     
    128129 *
    129130 * @param string $sql
     131 *
    130132 * @return string
    131133 */
     
    139141 *
    140142 * @param string $sql
     143 *
    141144 * @return string
    142145 */
     
    153156 *
    154157 * @param string $sql
     158 *
    155159 * @return string
    156160 */
     
    205209 * @param string $cap
    206210 * @param array $args
     211 *
    207212 * @return bool
    208213 */
     
    245250     * @since BuddyPress (1.5.0)
    246251     *
    247      * @param string $value SQL string to specify fetching just topic_id
     252     * @param string $value SQL string to specify fetching just topic_id.
    248253     */
    249254    return apply_filters( 'groups_filter_bbpress_root_page_sql', 't.topic_id' );
     
    255260 * mentions suggestions?
    256261 *
    257  * @param bool $load_mentions True to load mentions assets, false otherwise.
     262 * @since BuddyPress (2.2.0)
     263 *
     264 * @param bool $load_mentions    True to load mentions assets, false otherwise.
    258265 * @param bool $mentions_enabled True if mentions are enabled.
     266 *
    259267 * @return bool True if mentions scripts should be loaded.
    260  * @since BuddyPress (2.2.0)
    261268 */
    262269function bp_groups_maybe_load_mentions_scripts( $load_mentions, $mentions_enabled ) {
Note: See TracChangeset for help on using the changeset viewer.