Changeset 10012 for trunk/src/bp-core/bp-core-functions.php
- Timestamp:
- 07/12/2015 12:49:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-functions.php
r9819 r10012 1044 1044 * the time elapsed. Enter either as an integer Unix timestamp, or as a 1045 1045 * date string of the format 'Y-m-d h:i:s'. 1046 * @param int $newer_date Optional. Unix timestamp of date to compare older1046 * @param int|bool $newer_date Optional. Unix timestamp of date to compare older 1047 1047 * date to. Default: false (current time). 1048 1048 * @return string String representing the time since the older date, eg … … 1462 1462 * @uses apply_filters() Filter 'bp_get_user_meta_key' to modify keys individually. 1463 1463 * 1464 * @param string $key The usermeta meta_key.1464 * @param string|bool $key The usermeta meta_key. 1465 1465 * @return string $key The usermeta meta_key. 1466 1466 */
Note: See TracChangeset
for help on using the changeset viewer.