diff options
author | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-07-23 15:13:28 +0000 |
---|---|---|
committer | yehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664> | 2018-07-23 15:13:28 +0000 |
commit | 19000f27b901ed787e2130239ad2bc97b8cca7ac (patch) | |
tree | 96915055ee7be043ac24abe3eeafda63f75f4126 /Postman/Postman.php | |
parent | 2fcd770483c16eda4c9ba143fb855c8abcfe130c (diff) | |
download | Post-SMTP-19000f27b901ed787e2130239ad2bc97b8cca7ac.zip |
Removed deprecated functions from 7.2 + comment unready feature
git-svn-id: https://plugins.svn.wordpress.org/post-smtp/trunk@1913616 b8457f37-d9ea-0310-8a92-e5e31aec5664
Diffstat (limited to 'Postman/Postman.php')
-rw-r--r-- | Postman/Postman.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Postman/Postman.php b/Postman/Postman.php index ba639e3..ad86b57 100644 --- a/Postman/Postman.php +++ b/Postman/Postman.php @@ -470,4 +470,3 @@ if ( ! function_exists( 'str_getcsv' ) ) { return PostmanUtils::postman_strgetcsv_impl( $string ); } } - |