Plugin Directory

Changeset 1303445


Ignore:
Timestamp:
12/09/2015 01:49:00 AM (10 years ago)
Author:
beek.yoshida
Message:

v1.0.0
stable version release.

Location:
wp-login-notice/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-login-notice/trunk/readme.txt

    r1292044 r1303445  
    44Requires at least: 4.1
    55Tested up to: 4.3
    6 Stable tag: 0.2.0
     6Stable tag: 1.0.0
    77License: GPLv2 or later
    88
     
    2727= 0.2.0 =
    2828
    29 *Add From address.
     29Add From address.
     30
     31= 1.0.0 =
     32
     33Stable version release.
    3034
    3135== Upgrade Notice ==
  • wp-login-notice/trunk/wp-login-notice.php

    r1292044 r1303445  
    44  Plugin URI: http://beek.jp/wp-login-notice/
    55  Description: Someone will be notified by e-mail After logging.
    6   Version: 0.2.0
     6  Version: 1.0.0
    77  Author: Satoshi Yoshida
    88  Author URI: http://beek.jp
     
    1313  This program is free software; you can redistribute it and/or modify
    1414  it under the terms of the GNU General Public License, version 2, as
    15   published by the Free Software Foundation.
     15  published by the Free Software Foundation.   
    1616
    1717  This program is distributed in the hope that it will be useful,
     
    101101    function wp_login_notice_get_mail_to() {
    102102        $option = get_option('wp_login_notice_settings');
    103         return isset($option['to']) ? $option['to'] : '';
     103        return isset($option['to']) ? $option['to'] : get_option('admin_email');
    104104    }
    105105
Note: See TracChangeset for help on using the changeset viewer.