Skip to:
Content

bbPress.org


Ignore:
Timestamp:
10/30/2012 06:12:18 PM (14 years ago)
Author:
johnjamesjacoby
Message:

User Edit:

  • Switch form-user-edit.php enctype to 'multipart/form-data'
  • More easily enables plugins to interface with binary data, uploads, etc...
  • Hat-tip jakemgold.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/bbp-default/bbpress/form-user-edit.php

    r4227 r4275  
    1010?>
    1111
    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">
    1313
    1414    <h2 class="entry-title"><?php _e( 'Name', 'bbpress' ) ?></h2>
Note: See TracChangeset for help on using the changeset viewer.