Make WordPress Core


Ignore:
Timestamp:
03/12/2016 12:38:48 PM (9 years ago)
Author:
ocean90
Message:

Docs: Correct grammar when referring to "a URL" vs "an URL" in several places.

Fixes #36218.

File:
1 edited

Legend:

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

    r36922 r36970  
    22042204    $parsed_url = parse_url($url);
    22052205
    2206     if ( ! isset( $parsed_url['host'] ) ) // Not an URL. This should never happen.
     2206    if ( ! isset( $parsed_url['host'] ) ) // Not a URL. This should never happen.
    22072207        return false;
    22082208
Note: See TracChangeset for help on using the changeset viewer.