Skip to:
Content

BuddyPress.org

Ticket #8195: 8195.patch

File 8195.patch, 731 bytes (added by passoniate, 5 years ago)

Patch

  • src/bp-xprofile/bp-xprofile-template.php

     
    125125 * @since 1.0.0
    126126 *
    127127 * @param mixed $class Extra classes to append to class attribute.
    128  *                     Pass mutiple class names as an array or
     128 *                     Pass multiple class names as an array or
    129129 *                     space-delimited string.
    130130 */
    131131function bp_field_css_class( $class = false ) {
     
    690690}
    691691
    692692        /**
    693          * Retursn the XProfile field input name.
     693         * Returns the XProfile field input name.
    694694         *
    695695         * @since 1.1.0
    696696         *