- Timestamp:
- 04/28/2018 01:32:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/messages/functions.php
r11899 r12008 365 365 } 366 366 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 */ 367 377 return apply_filters( 'bp_nouveau_get_message_date', date_i18n( $date_format, $calculated_time, true ), $calculated_time, $date, $date_format ); 368 378 }
Note: See TracChangeset
for help on using the changeset viewer.