Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/15/2015 07:13:42 PM (11 years ago)
Author:
tw2113
Message:

More documentation cleanup for part of BP-Core component.

See #6398.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-suggestions.php

    r10108 r10355  
    5757     * Constructor.
    5858     *
     59     * @since 2.1.0
     60     *
    5961     * @param array $args Optional. If set, used as the parameters for the suggestions service query.
    60      * @since 2.1.0
    6162     */
    6263    public function __construct( array $args = array() ) {
     
    6970     * Set the parameters for the suggestions service query.
    7071     *
     72     * @since 2.1.0
     73     *
    7174     * @param array $args {
    7275     *     @type int    $limit Maximum number of results to display. Optional, default: 16.
     
    7578     *                         Mandatory.
    7679     * }
    77      * @since 2.1.0
    7880     */
    7981    public function set_query( array $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.