Changeset 8687
- Timestamp:
- 07/24/2014 01:11:05 AM (11 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/buddypress-functions.php
r8686 r8687 1401 1401 $limit = isset( $_GET['limit'] ) ? absint( $_GET['limit'] ) : (int) apply_filters( 'bp_autocomplete_max_results', 10 ); 1402 1402 $term = isset( $_GET['q'] ) ? sanitize_text_field( $_GET['q'] ) : ''; 1403 1403 1404 1404 // Include everyone in the autocomplete, or just friends? 1405 1405 if ( bp_is_current_component( bp_get_messages_slug() ) ) { -
trunk/src/bp-templates/bp-legacy/css/buddypress.css
r8686 r8687 1127 1127 border: 1px solid #cb2; 1128 1128 color: #440; 1129 1130 1129 } 1131 1130 #buddypress div#item-header {
Note: See TracChangeset
for help on using the changeset viewer.