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-date-query.php

    r10108 r10355  
    1111
    1212if ( class_exists( 'WP_Date_Query' ) ) :
     13
    1314/**
    1415 * BuddyPress date query class.
     
    3435     * Constructor.
    3536     *
    36      * @param array  $date_query
    37      * @param string $column
     37     * @param array  $date_query Date query arguments.
     38     * @param string $column     THe DB column to query against.
    3839     *
    3940     * @see WP_Date_Query::__construct()
     
    5960     *
    6061     * @param array $retval Current DB columns.
    61      *
    6262     * @return array
    6363     */
Note: See TracChangeset for help on using the changeset viewer.