Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/02/2024 01:06:10 AM (6 months ago)
Author:
espellcaste
Message:

PHPDoc: remove superfluous comments from boolean returns.

See #9164

File:
1 edited

Legend:

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

    r13757 r13890  
    15471547     * @param array $activity_ids Activity IDs whose comments should be deleted.
    15481548     * @param bool  $delete_meta  Should we delete the activity meta items for these comments.
    1549      * @return bool True on success.
     1549     * @return bool
    15501550     */
    15511551    public static function delete_activity_item_comments( $activity_ids = array(), $delete_meta = true ) {
     
    15751575     *
    15761576     * @param array $activity_ids Activity IDs whose meta should be deleted.
    1577      * @return bool True on success.
     1577     * @return bool
    15781578     */
    15791579    public static function delete_activity_meta_entries( $activity_ids = array() ) {
     
    18971897     * @see BP_Activity_Activity::get_filter_sql()
    18981898     *
    1899      * @global wpdb $wpdb WordPress database object. 
     1899     * @global wpdb $wpdb WordPress database object.
    19001900     *
    19011901     * @param string     $field The database field.
     
    20202020     * @since 1.2.0
    20212021     *
    2022      * @global wpdb $wpdb WordPress database object. 
     2022     * @global wpdb $wpdb WordPress database object.
    20232023     *
    20242024     * @return string ISO timestamp.
Note: See TracChangeset for help on using the changeset viewer.