Changeset 1303445
- Timestamp:
- 12/09/2015 01:49:00 AM (10 years ago)
- Location:
- wp-login-notice/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-login-notice.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-login-notice/trunk/readme.txt
r1292044 r1303445 4 4 Requires at least: 4.1 5 5 Tested up to: 4.3 6 Stable tag: 0.2.06 Stable tag: 1.0.0 7 7 License: GPLv2 or later 8 8 … … 27 27 = 0.2.0 = 28 28 29 *Add From address. 29 Add From address. 30 31 = 1.0.0 = 32 33 Stable version release. 30 34 31 35 == Upgrade Notice == -
wp-login-notice/trunk/wp-login-notice.php
r1292044 r1303445 4 4 Plugin URI: http://beek.jp/wp-login-notice/ 5 5 Description: Someone will be notified by e-mail After logging. 6 Version: 0.2.06 Version: 1.0.0 7 7 Author: Satoshi Yoshida 8 8 Author URI: http://beek.jp … … 13 13 This program is free software; you can redistribute it and/or modify 14 14 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. 16 16 17 17 This program is distributed in the hope that it will be useful, … … 101 101 function wp_login_notice_get_mail_to() { 102 102 $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'); 104 104 } 105 105
Note: See TracChangeset
for help on using the changeset viewer.