Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2020 12:44:17 PM (5 years ago)
Author:
imath
Message:

xProfile: fix PHP Code standards in inline comments

Props passoniate

Fixes #8215
Fixes #8216

File:
1 edited

Legend:

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

    r12416 r12529  
    194194 * @since 1.2.6
    195195 *
    196  * @param string      $field_value Field value being santized.
     196 * @param string      $field_value Field value being sanitized.
    197197 * @param int         $field_id    Field ID being sanitized.
    198198 * @param bool        $reserialize Whether to reserialize arrays before returning. Defaults to true.
     
    409409         * Before splitting on the ";" character, decode the HTML entities, and re-encode after.
    410410         * This prevents input like "O'Hara" rendering as "O' Hara" (with each of those parts
    411          * having a seperate HTML link).
     411         * having a separate HTML link).
    412412         */
    413413        $list_type   = 'semicolon';
Note: See TracChangeset for help on using the changeset viewer.