sbrajesh

Brajesh Singh

Apr 29th, 2010
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_filter("bp_dtheme_ajax_querystring", "my_custom_per_page",8,2);
  2. function my_custom_per_page($qs,$object){
  3.  
  4. return $qs."&per_page=2";
  5.  
  6. }
Add Comment
Please, Sign In to add comment