- Timestamp:
- 12/22/2015 05:33:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-datebox.php
r10417 r10418 308 308 * @since 2.4.0 Added the `$field_id` parameter. 309 309 * 310 * @param string $field_value The date value, as saved in the database. Typically, this is a MySQL-formatted311 * date string (Y-m-d H:i:s).312 * @param int$field_id Optional. ID of the field.310 * @param string $field_value The date value, as saved in the database. Typically, this is a MySQL-formatted 311 * date string (Y-m-d H:i:s). 312 * @param string|int $field_id Optional. ID of the field. 313 313 * 314 314 * @return string Date formatted by bp_format_time().
Note: See TracChangeset
for help on using the changeset viewer.