Advertisement
sbrajesh

Change restrict group message

May 9th, 2011
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. add_filter("restrict_group_message","custom_restrict_group_message");
  2. function custom_restrict_group_message(){
  3.  
  4. return "Oops! You have already created your allowed number of groups or you do not have group creation rights. If you would like another group, please contact site admin.";
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement