Skip to:
Content

BuddyPress.org

Ticket #798: patch.diff

File patch.diff, 362 bytes (added by petronic, 16 years ago)
  • bp-xprofile/bp-xprofile-classes.php

     
    595595                        break;
    596596                }
    597597               
     598                $html = apply_filters('bp_xprofile_field_edit_html', $html, $this);
    598599                return $html;
    599600        }
    600601