Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/12/2011 06:18:33 PM (13 years ago)
Author:
djpaul
Message:

Move unused deprecated function to the graveyard. See #3264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-template.php

    r4968 r4969  
    301301        return apply_filters( 'bp_get_search_default_text', $default_text, $component );
    302302    }
    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 }
    317303
    318304function bp_custom_profile_boxes() {
Note: See TracChangeset for help on using the changeset viewer.