Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity/bp-activity-classes.php

    r7207 r7228  
    304304     * AND keyword from the 'where' clause).
    305305     *
    306      * @since 1.8
     306     * @since BuddyPress (1.8)
    307307     *
    308308     * @param array $meta_query An array of meta_query filters. See the
     
    785785     * Constructor.
    786786     *
    787      * @param $args Array
     787     * @param array $args Optional
    788788     */
    789789    public function __construct( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.