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-datebox.php

    r10417 r10418  
    308308     * @since 2.4.0 Added the `$field_id` parameter.
    309309     *
    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 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.
    313313     *
    314314     * @return string Date formatted by bp_format_time().
Note: See TracChangeset for help on using the changeset viewer.