Changeset 4275 for trunk/templates/bbp-default/bbpress/form-user-edit.php
- Timestamp:
- 10/30/2012 06:12:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/bbp-default/bbpress/form-user-edit.php
r4227 r4275 10 10 ?> 11 11 12 <form id="bbp-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" enctype="multipart/form-data"> 13 13 14 14 <h2 class="entry-title"><?php _e( 'Name', 'bbpress' ) ?></h2>
Note: See TracChangeset
for help on using the changeset viewer.