Skip to:
Content

bbPress.org

Changeset 4980


Ignore:
Timestamp:
06/04/2013 05:18:14 AM (13 years ago)
Author:
johnjamesjacoby
Message:

Revert accidental test field change from r4979. See #1999.

File:
1 edited

Legend:

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

    r4979 r4980  
    8181        <div>
    8282            <label for="description"><?php _e( 'Biographical Info', 'bbpress' ); ?></label>
    83             <textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo bbp_get_displayed_user_field( 'stuff', 'edit' ); ?></textarea>
     83            <textarea name="description" id="description" rows="5" cols="30" tabindex="<?php bbp_tab_index(); ?>"><?php echo bbp_get_displayed_user_field( 'description', 'edit' ); ?></textarea>
    8484        </div>
    8585
Note: See TracChangeset for help on using the changeset viewer.