Changeset 496334
- Timestamp:
- 01/27/2012 11:20:41 PM (14 years ago)
- Location:
- people-lists/trunk
- Files:
-
- 2 edited
-
people-lists.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
people-lists/trunk/people-lists.php
r478922 r496334 9 9 * desired to be displayed. 10 10 * Author: Gagan Sandhu / Enej Bajgoric / CTLT DEV 11 * Version: 1.3. 811 * Version: 1.3.9 12 12 * Author URI: http://www.ctlt.ubc.ca 13 13 * … … 64 64 65 65 66 function people_list_edit_user_profile_bio_field($user) { ?> 66 function people_list_edit_user_profile_bio_field($user) { 67 $news_user = new WP_User( $user->ID ); 68 ?> 67 69 <table class="form-table"> 68 70 <tr> 69 71 <th><label for="description"><?php _e('General Information'); ?></label></th> 70 <td><?php wp_editor($ user->description, "description-1", array('textarea_name'=>'description')); ?>72 <td><?php wp_editor($news_user->description, "description-1", array('textarea_name'=>'description')); ?> 71 73 <span class="description"><?php _e('Share a little biographical information to fill out your profile. This may be shown publicly.'); ?></span></td> 72 74 </tr> -
people-lists/trunk/readme.txt
r478922 r496334 96 96 97 97 == Changelog == 98 = 1.3.9 = 99 * bug fix: The editor converted was escaping the html string 100 98 101 = 1.3.8 = 99 102 * bug fix: Compatibility with WordPress 3.3 it uses the new wp_editor API
Note: See TracChangeset
for help on using the changeset viewer.