Changeset 1044 for trunk/bp-core/bp-core-templatetags.php
- Timestamp:
- 02/09/2009 10:11:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-templatetags.php
r1032 r1044 240 240 $data = $ud->display_name; 241 241 } else { 242 $data = ucfirst($data);242 $data = bp_core_ucfirst($data); 243 243 } 244 244 } else { … … 312 312 313 313 if ( $capitalize ) 314 $youtext = ucfirst($youtext);314 $youtext = bp_core_ucfirst($youtext); 315 315 316 316 if ( $bp->displayed_user->id == $bp->loggedin_user->id ) { … … 332 332 333 333 if ( $capitalize ) 334 $yourtext = ucfirst($yourtext);334 $yourtext = bp_core_ucfirst($yourtext); 335 335 336 336 if ( $bp->displayed_user->id == $bp->loggedin_user->id ) {
Note: See TracChangeset
for help on using the changeset viewer.