Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:33:22 AM (9 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6406.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/classes/class-bp-xprofile-field-type-url.php

    r10417 r10418  
    129129     * @since 2.4.0 Added the `$field_id` parameter.
    130130     *
    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.
    133133     *
    134134     * @return string
     
    159159     * @since 2.4.0 Added the `$field_id` parameter.
    160160     *
    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.
    163163     *
    164164     * @return string URL converted to a link.
Note: See TracChangeset for help on using the changeset viewer.