- 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-url.php
r10417 r10418 129 129 * @since 2.4.0 Added the `$field_id` parameter. 130 130 * 131 * @param string $submitted_value Raw value submitted by the user.132 * @param int$field_id Optional. ID of the field.131 * @param string $submitted_value Raw value submitted by the user. 132 * @param string|int $field_id Optional. ID of the field. 133 133 * 134 134 * @return string … … 159 159 * @since 2.4.0 Added the `$field_id` parameter. 160 160 * 161 * @param string $field_value The URL value, as saved in the database.162 * @param int$field_id Optional. ID of the field.161 * @param string $field_value The URL value, as saved in the database. 162 * @param string|int $field_id Optional. ID of the field. 163 163 * 164 164 * @return string URL converted to a link.
Note: See TracChangeset
for help on using the changeset viewer.