Changeset 645112
- Timestamp:
- 12/27/2012 08:16:41 PM (13 years ago)
- Location:
- simple-user-profile/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
simple-profile.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simple-user-profile/trunk/readme.txt
r644397 r645112 5 5 Requires at least: 3.0 6 6 Tested up to: 3.5 7 Stable Tag:1. 07 Stable Tag:1.2 8 8 9 9 … … 31 31 32 32 1.0 33 * Plugin Created33 * Plugin Created 34 34 35 1.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 5 5 Description: 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. 6 6 Author: Innovative Solutions 7 Version: 1. 07 Version: 1.2 8 8 Author URI: http://www.whereyoursolutionis.com 9 9 */ … … 114 114 <tr><td> </td></tr> 115 115 <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 119 119 120 120
Note: See TracChangeset
for help on using the changeset viewer.