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-admin/includes/image.php

    r36429 r36970  
    2929
    3030        if ( ! file_exists( $src_file ) ) {
    31             // If the file doesn't exist, attempt a url fopen on the src link.
     31            // If the file doesn't exist, attempt a URL fopen on the src link.
    3232            // This can occur with certain file replication plugins.
    3333            $src = _load_image_to_edit_path( $src, 'full' );
Note: See TracChangeset for help on using the changeset viewer.