sbrajesh

Brajesh Singh

Sep 27th, 2010
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.41 KB | None | 0 0
  1. <form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form">
  2.                         <input type="text" id="search-terms" name="search-terms" value="" />
  3.                         <?php echo bp_search_form_type_select() ?>
  4.  
  5.                         <input type="submit" name="search-submit" id="search-submit" value="<?php _e( 'Search', 'buddypress' ) ?>" />
  6.                         <?php wp_nonce_field( 'bp_search_form' ) ?>
  7.                     </form><!-- #search-form -->
Add Comment
Please, Sign In to add comment