diff options
author | Niels de Blaauw <niels@level-level.com> | 2019-03-13 11:01:58 +0100 |
---|---|---|
committer | Niels de Blaauw <niels@level-level.com> | 2019-03-13 11:01:58 +0100 |
commit | 82e333429a153ee2e327950314af6520a23617da (patch) | |
tree | a29fe15494ca72b6272331556dfb760e7caeb656 /postman-smtp.php | |
parent | 08511ba5aa15b6a7100fa2856700784c27a2c15e (diff) | |
download | Post-SMTP-82e333429a153ee2e327950314af6520a23617da.zip |
Fixes #27, changes 'unknown' doctypes to 'mixed'
Diffstat (limited to 'postman-smtp.php')
-rw-r--r-- | postman-smtp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/postman-smtp.php b/postman-smtp.php index 0b486c8..1434fd0 100644 --- a/postman-smtp.php +++ b/postman-smtp.php @@ -114,7 +114,7 @@ add_action( 'admin_footer', 'post_dismiss_not_configured' ); /** * Create the main Postman class to start Postman * - * @param unknown $startingMemory + * @param mixed $startingMemory */ function post_start( $startingMemory ) { post_setupPostman(); |