Changeset 12791 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 11/19/2020 12:33:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r12776 r12791 1576 1576 * 1577 1577 * @param int|string $last_activity_date The date of last activity. 1578 * @param string $string A sprintf()-able statement of the form ' active %s'.1578 * @param string $string A sprintf()-able statement of the form 'Active %s'. 1579 1579 * @return string $last_active A string of the form '3 years ago'. 1580 1580 */ … … 1598 1598 * @param string $last_active Last activity string based on time since date given. 1599 1599 * @param string $last_activity_date The date of last activity. 1600 * @param string $string A sprintf()-able statement of the form ' active %s'.1600 * @param string $string A sprintf()-able statement of the form 'Active %s'. 1601 1601 */ 1602 1602 return apply_filters( 'bp_core_get_last_activity', $last_active, $last_activity_date, $string );
Note: See TracChangeset
for help on using the changeset viewer.