Changeset 1342 for branches/0.8/bb-admin/admin-functions.php
- Timestamp:
- 03/19/2008 11:27:40 PM (18 years ago)
- File:
-
- 1 edited
-
branches/0.8/bb-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-admin/admin-functions.php
r1334 r1342 212 212 $actions = ''; 213 213 if ( bb_current_user_can( 'edit_user', $user_id ) ) 214 $actions .= "<a href='" . get_profile_tab_link( $user->ID, 'edit') . "'>" . __('Edit') . "</a>";214 $actions .= "<a href='" . attribute_escape( get_profile_tab_link( $user->ID, 'edit' ) ) . "'>" . __('Edit') . "</a>"; 215 215 $r .= "\t\t<td>$actions</td>\n\t</tr>"; 216 216 return $r;
Note: See TracChangeset
for help on using the changeset viewer.