]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-pop3.php
WordPress 4.5-scripts
[autoinstalls/wordpress.git] / wp-includes / class-pop3.php
index 7d641bf07332ac165b5c82484b6fbf0939319cec..ffbc377dafbf1df95a4b5e674f290650e54313a0 100644 (file)
@@ -82,7 +82,7 @@ class POP3 {
         //  Opens a socket to the specified server. Unless overridden,
         //  port defaults to 110. Returns true on success, false on fail
 
         //  Opens a socket to the specified server. Unless overridden,
         //  port defaults to 110. Returns true on success, false on fail
 
-        // If MAILSERVER is set, override $server with it's value
+        // If MAILSERVER is set, override $server with its value.
 
     if (!isset($port) || !$port) {$port = 110;}
         if(!empty($this->MAILSERVER))
 
     if (!isset($port) || !$port) {$port = 110;}
         if(!empty($this->MAILSERVER))