Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/23/2014 01:42:44 PM (12 years ago)
Author:
boonebgorges
Message:

Correct docblock for BP_XProfile_Field_Type_URL::display_filter()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-xprofile/bp-xprofile-classes.php

    r8665 r8671  
    26942694
    26952695        /**
    2696          * Format Date values for display.
     2696         * Format URL values for display.
    26972697         *
    26982698         * @since BuddyPress (2.1.0)
    26992699         *
    2700          * @param string $field_value The date value, as saved in the database.
    2701          *        Typically, this is a MySQL-formatted date string (Y-m-d H:i:s).
    2702          * @return string Date formatted by bp_format_time().
     2700         * @param string $field_value The URL value, as saved in the database.
     2701         * @return string URL converted to a link.
    27032702         */
    27042703        public static function display_filter( $field_value ) {
Note: See TracChangeset for help on using the changeset viewer.