Skip to:
Content

bbPress.org


Ignore:
Timestamp:
05/15/2011 04:30:25 AM (15 years ago)
Author:
johnjamesjacoby
Message:

Fix user profile styling conflicts when bbp-twentyten is the active theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-themes/bbp-twentyten/bbpress/form-user-edit.php

    r3130 r3154  
    1010?>
    1111
    12 <form id="your-profile" action="<?php bbp_user_profile_edit_url( bbp_get_displayed_user_id() ); ?>" method="post">
     12<form id="bbp-your-profile" action="<?php bbp_user_profile_edit_url( bbp_get_displayed_user_id() ); ?>" method="post">
    1313
    1414        <h2 class="entry-title"><?php _e( 'Name', 'bbpress' ) ?></h2>
Note: See TracChangeset for help on using the changeset viewer.