Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 07:12:25 PM (11 months ago)
Author:
espellcaste
Message:

WPCS: Part VIII: miscellaneous fixes for some of the files of the core component.

Follow-up to [13883], [13886], [13887], [13888], [13891], [13892], [13893]

See #9164 and #7228

File:
1 edited

Legend:

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

    r13893 r13900  
    1818 * BuddyPress date query class.
    1919 *
    20  * Extends the {@link WP_Date_Query} class for use with BuddyPress.
     20 * Extends the {@see WP_Date_Query} class for use with BuddyPress.
    2121 *
    2222 * @since 2.1.0
    2323 *
    2424 * @param array $date_query {
    25  *     Date query arguments.  See first parameter of {@link WP_Date_Query::__construct()}.
     25 *     Date query arguments.  See first parameter of {@see WP_Date_Query::__construct()}.
    2626 * }
    2727 * @param string $column The DB column to query against.
Note: See TracChangeset for help on using the changeset viewer.