Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/03/2016 06:14:41 AM (9 years ago)
Author:
tw2113
Message:

More cleanup and new phpdocs for functions or methods in the XProfile component.

See #6406.

File:
1 edited

Legend:

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

    r10418 r10434  
    4747     * Must be used inside the {@link bp_profile_fields()} template loop.
    4848     *
     49     * @since 2.1.0
     50     *
    4951     * @param array $raw_properties Optional key/value array of
    5052     *                              {@link http://dev.w3.org/html5/markup/input.number.html permitted attributes}
    5153     *                              that you want to add.
    52      *
    53      * @since 2.1.0
    5454     */
    5555    public function edit_field_html( array $raw_properties = array() ) {
     
    8787     * Must be used inside the {@link bp_profile_fields()} template loop.
    8888     *
     89     * @since 2.1.0
     90     *
    8991     * @param array $raw_properties Optional key/value array of permitted
    9092     *                              attributes that you want to add.
    91      * @since 2.1.0
    9293     */
    9394    public function admin_field_html( array $raw_properties = array() ) {
     
    131132     * @param string     $submitted_value Raw value submitted by the user.
    132133     * @param string|int $field_id        Optional. ID of the field.
    133      *
    134134     * @return string
    135135     */
     
    161161     * @param string     $field_value The URL value, as saved in the database.
    162162     * @param string|int $field_id    Optional. ID of the field.
    163      *
    164163     * @return string URL converted to a link.
    165164     */
Note: See TracChangeset for help on using the changeset viewer.