Changeset 2919 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 04/13/2010 04:01:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r2907 r2919 248 248 function bp_get_member_name() { 249 249 global $members_template; 250 251 var_dump( $members_template ); 250 252 251 253 if ( empty($members_template->member->fullname) ) … … 688 690 } 689 691 690 function bp_user_firstname( ) {691 echo bp_get_user_firstname( );692 function bp_user_firstname( $name = false ) { 693 echo bp_get_user_firstname( $name ); 692 694 } 693 695 function bp_get_user_firstname( $name = false ) { … … 989 991 function bp_search_form_type_select() { 990 992 global $bp; 991 993 992 994 // Eventually this won't be needed and a page will be built to integrate all search results. 993 995 $selection_box = '<select name="search-which" id="search-which" style="width: auto">';
Note: See TracChangeset
for help on using the changeset viewer.