Plugin Directory

Changeset 903005


Ignore:
Timestamp:
04/26/2014 05:08:56 AM (12 years ago)
Author:
eflyjason
Message:

Fix Bug of Option

Location:
login-redirect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • login-redirect/trunk/login-redirect.php

    r869839 r903005  
    77Plugin URI:   http://www.arefly.com/login-redirect/
    88Description:  Redirect to a link after login. 登入後跳轉至特定鏈接
    9 Version:      1.0.4
     9Version:      1.0.5
    1010Author:       Arefly
    1111Author URI:   http://www.arefly.com/
  • login-redirect/trunk/options.php

    r869839 r903005  
    4848            <table class="form-table">
    4949                <tr valign="top">
    50                     <th scope="row"><label for="login_redirect_type"><?php _e("Where you want to go after logout?", 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>
    5151                    <td>
    5252                        <?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  
    6969== Changelog ==
    7070
     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
    7175**Version 1.0.4**
    7276
Note: See TracChangeset for help on using the changeset viewer.