Plugin Directory

Changeset 645112


Ignore:
Timestamp:
12/27/2012 08:16:41 PM (13 years ago)
Author:
Scriptonite
Message:

Minor cosmetic bug, added header

Location:
simple-user-profile/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-user-profile/trunk/readme.txt

    r644397 r645112  
    55Requires at least: 3.0
    66Tested up to: 3.5
    7 Stable Tag:1.0
     7Stable Tag:1.2
    88
    99
     
    3131
    32321.0
    33 *  Plugin Created
     33* Plugin Created
    3434
     351.2
     36* Fixed bug that would sometimes show bio box unchecked even if it was excluded. 
  • simple-user-profile/trunk/simple-profile.php

    r644397 r645112  
    55Description: Select which inputs to remove from the user profile.  You can remove all options except Username, email, and password in Settings>User Profile by checking the options you don't want displayed.
    66Author: Innovative Solutions
    7 Version: 1.0
     7Version: 1.2
    88Author URI: http://www.whereyoursolutionis.com
    99*/
     
    114114<tr><td>&nbsp;</td></tr>
    115115<tr> <td> Change About Yourself Label to: <input name="about" value="<?php echo get_option('usrprof_about');?>" />
    116 <tr><td> <input type="checkbox"  name ="to_remove[]" value="description"  <?php if( is_array($toHide) && in_array('description',$rem)){echo ' checked="checked" '; }?> /> Biographical Info </td></tr>
    117 
    118 
     116<tr><td> <input type="checkbox"  name ="to_remove[]" value="description"  <?php if( is_array($rem) && in_array('description',$rem)){echo ' checked="checked" '; }?> /> Biographical Info </td></tr>
     117
     118 
    119119
    120120
Note: See TracChangeset for help on using the changeset viewer.