Make WordPress Core


Ignore:
Timestamp:
09/16/2015 12:45:51 PM (10 years ago)
Author:
DrewAPicture
Message:

Docs: Put "it's" in its place (again).

Props kitchin.
Fixes #33894.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-pop3.php

    r32990 r34234  
    8383        //  port defaults to 110. Returns true on success, false on fail
    8484
    85         // If MAILSERVER is set, override $server with it's value
     85        // If MAILSERVER is set, override $server with its value.
    8686
    8787    if (!isset($port) || !$port) {$port = 110;}
Note: See TracChangeset for help on using the changeset viewer.