Changeset 903005
- Timestamp:
- 04/26/2014 05:08:56 AM (12 years ago)
- Location:
- login-redirect/trunk
- Files:
-
- 3 edited
-
login-redirect.php (modified) (1 diff)
-
options.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
login-redirect/trunk/login-redirect.php
r869839 r903005 7 7 Plugin URI: http://www.arefly.com/login-redirect/ 8 8 Description: Redirect to a link after login. 登入後跳轉至特定鏈接 9 Version: 1.0. 49 Version: 1.0.5 10 10 Author: Arefly 11 11 Author URI: http://www.arefly.com/ -
login-redirect/trunk/options.php
r869839 r903005 48 48 <table class="form-table"> 49 49 <tr valign="top"> 50 <th scope="row"><label for="login_redirect_type"><?php _e("Where you want to go after log out?", LOGIN_REDIRECT_TEXT_DOMAIN); ?></label></th>50 <th scope="row"><label for="login_redirect_type"><?php _e("Where you want to go after login?", LOGIN_REDIRECT_TEXT_DOMAIN); ?></label></th> 51 51 <td> 52 52 <?php login_redirect_get_select_option("login_redirect_type", array(__('Admin Panel', LOGIN_REDIRECT_TEXT_DOMAIN), __('Customise URL', LOGIN_REDIRECT_TEXT_DOMAIN)), array('admin', 'customise')); ?> -
login-redirect/trunk/readme.txt
r869839 r903005 69 69 == Changelog == 70 70 71 **Version 1.0.5** 72 73 * Fix Bug of Option. (Thanks to [_MattCapper_](http://wordpress.org/support/topic/no-login-redirect-choice?replies=1#post-5451669)) 74 71 75 **Version 1.0.4** 72 76
Note: See TracChangeset
for help on using the changeset viewer.