Advertisement
sbrajesh

Untitled

Feb 8th, 2012
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.60 KB | None | 0 0
  1. <form action="<?php echo bp_search_form_action() ?>" method="post" id="search-form">
  2.                             <label for="search-terms" class="accessibly-hidden"><?php _e( 'Search for:', 'buddypress' ); ?></label>
  3.                             <input type="text" id="search-terms" name="search-terms" value="<?php echo isset( $_REQUEST['s'] ) ? esc_attr( $_REQUEST['s'] ) : ''; ?>" />
  4.  
  5.                             <?php echo bp_search_form_type_select() ?>
  6.  
  7.                             <input type="submit" name="search-submit" id="search-submit" value="<?php _e( 'Search', 'buddypress' ) ?>" />
  8.  
  9.                             <?php wp_nonce_field( 'bp_search_form' ) ?>
  10.  
  11.                         </form><!-- #search-form -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement