Changeset 4969 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 08/12/2011 06:18:33 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r4968 r4969 301 301 return apply_filters( 'bp_get_search_default_text', $default_text, $component ); 302 302 } 303 304 function bp_search_form() {305 $form = '306 <form action="' . bp_search_form_action() . '" method="post" id="search-form">307 <input type="text" id="search-terms" name="search-terms" value="" />308 ' . bp_search_form_type_select() . '309 310 <input type="submit" name="search-submit" id="search-submit" value="' . __( 'Search', 'buddypress' ) . '" />311 ' . wp_nonce_field( 'bp_search_form' ) . '312 </form>313 ';314 315 echo apply_filters( 'bp_search_form', $form );316 }317 303 318 304 function bp_custom_profile_boxes() {
Note: See TracChangeset
for help on using the changeset viewer.