Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/19/2008 11:27:40 PM (18 years ago)
Author:
mdawaffe
Message:

markup fix from da3rX. Fixes #831

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.8/bb-admin/admin-functions.php

    r1334 r1342  
    212212    $actions = '';
    213213    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>";
    215215    $r .= "\t\t<td>$actions</td>\n\t</tr>";
    216216    return $r;
Note: See TracChangeset for help on using the changeset viewer.