Changeset 893866
- Timestamp:
- 04/15/2014 10:09:57 PM (12 years ago)
- Location:
- wp-2-step/trunk
- Files:
-
- 3 edited
-
includes/functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp2step.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-2-step/trunk/includes/functions.php
r893335 r893866 223 223 if($getret=='pin'){ 224 224 ?> 225 <style> /*225 <style> 226 226 #login_error{display:none;} 227 227 #user_login{display:none;} 228 228 #user_pass{display:none;} 229 229 .forgetmenot{display:none;} 230 label{display:none;} */230 label{display:none;} 231 231 </style> 232 233 232 <?php 234 233 remove_action('authenticate', 'wp_authenticate_username_password', 20); 235 234 }elseif($getret=='error' || $getret=='credits'){ 236 235 update_usermeta($user->ID,'wp2step_error','error'); -
wp-2-step/trunk/readme.txt
r893345 r893866 4 4 Requires at least: 3.0.1 5 5 Tested up to: 3.8.3 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 … … 53 53 = 1.0 = 54 54 * Plugin Created and Released 55 56 = 1.1 = 57 * Bug fix with pin box display -
wp-2-step/trunk/wp2step.php
r893335 r893866 6 6 Author: Innovative Solutions 7 7 Contributors:Scriptonite 8 Version:1. 08 Version:1.1 9 9 Author URI: http://www.whereyoursolutionis.com 10 10 */
Note: See TracChangeset
for help on using the changeset viewer.