Ticket #8195: 8195.patch
File 8195.patch, 731 bytes (added by , 5 years ago) |
---|
-
src/bp-xprofile/bp-xprofile-template.php
125 125 * @since 1.0.0 126 126 * 127 127 * @param mixed $class Extra classes to append to class attribute. 128 * Pass mu tiple class names as an array or128 * Pass multiple class names as an array or 129 129 * space-delimited string. 130 130 */ 131 131 function bp_field_css_class( $class = false ) { … … 690 690 } 691 691 692 692 /** 693 * Retur snthe XProfile field input name.693 * Returns the XProfile field input name. 694 694 * 695 695 * @since 1.1.0 696 696 *