Changeset 1622 for branches/0.9/bb-includes/template-functions.php
- Timestamp:
- 08/06/2008 07:06:52 AM (18 years ago)
- File:
-
- 1 edited
-
branches/0.9/bb-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/bb-includes/template-functions.php
r1579 r1622 1519 1519 $bb_current_id = bb_get_current_user_info( 'id' ); 1520 1520 foreach ( $profile_info_keys as $key => $label ) : 1521 if ( 'user_email' == $key && $bb_current_id != $user->ID )1522 continue;1523 1524 1521 if ( $label[0] ) { 1525 1522 $class = 'form-field form-required required';
Note: See TracChangeset
for help on using the changeset viewer.