Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2018 01:32:52 AM (8 years ago)
Author:
tw2113
Message:

add/touchup documentation to a lot of Nouveau actions and filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/messages/functions.php

    r11899 r12008  
    365365    }
    366366
     367    /**
     368     * Filters the message date for BuddyPress Nouveau display.
     369     *
     370     * @since 3.0.0
     371     *
     372     * @param string $value           Internationalization-ready formatted date value.
     373     * @param mixed  $calculated_time Calculated time.
     374     * @param string $date            Date value.
     375     * @param string $date_format     Format to convert the calcuated date to.
     376     */
    367377    return apply_filters( 'bp_nouveau_get_message_date', date_i18n( $date_format, $calculated_time, true ), $calculated_time, $date, $date_format );
    368378}
Note: See TracChangeset for help on using the changeset viewer.