Changeset 1386 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 04/22/2009 04:01:38 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-templatetags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r1377 r1386 997 997 998 998 function bp_the_site_member_hidden_fields() { 999 if ( isset( $_ GET['s'] ) ) {999 if ( isset( $_REQUEST['s'] ) ) { 1000 1000 echo '<input type="hidden" id="search_terms" value="' . attribute_escape( $_REQUEST['s'] ) . '" name="search_terms" />'; 1001 1001 } 1002 1002 1003 if ( isset( $_ POST['letter'] ) ) {1003 if ( isset( $_REQUEST['letter'] ) ) { 1004 1004 echo '<input type="hidden" id="selected_letter" value="' . attribute_escape( $_REQUEST['letter'] ) . '" name="selected_letter" />'; 1005 1005 } 1006 1006 1007 if ( isset( $_ POST['members_search'] ) ) {1007 if ( isset( $_REQUEST['members_search'] ) ) { 1008 1008 echo '<input type="hidden" id="search_terms" value="' . attribute_escape( $_REQUEST['members_search'] ) . '" name="search_terms" />'; 1009 1009 }
Note: See TracChangeset
for help on using the changeset viewer.