Ticket #4627: trac4215_avatar_html_pref_v2.patch
File trac4215_avatar_html_pref_v2.patch, 510 bytes (added by , 12 years ago) |
---|
-
bp-core/bp-core-avatars.php
120 120 // Compare defaults to passed and extract 121 121 $params = wp_parse_args( $args, $defaults ); 122 122 extract( $params, EXTR_SKIP ); 123 $html = filter_var($html, FILTER_VALIDATE_BOOLEAN); // allow "false" and such 123 124 124 125 /** Set item_id ***********************************************************/ 125 126