sbrajesh

Brajesh Singh

Sep 29th, 2010
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. /*Disable the checkbox for mass notifying on group wire*/
  2. add_filter("bp_wire_show_email_notify","no_mass_wire_notify");
  3. function no_mass_wire_notify(){
  4. return false;
  5. }
Add Comment
Please, Sign In to add comment