sbrajesh

Brajesh Singh

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