Make WordPress Core


Ignore:
Timestamp:
09/30/2015 04:12:16 AM (10 years ago)
Author:
DrewAPicture
Message:

Docs: There are quite alot of typos in core inline comments.

See #32246.

File:
1 edited

Legend:

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

    r34715 r34717  
    10161016    } else {
    10171017        $search = urlencode($search);
    1018         $search = str_replace('%2F', '/', $search); // %2F(/) is not valid within a URL, send it unencoded.
     1018        $search = str_replace('%2F', '/', $search); // %2F(/) is not valid within a URL, send it un-encoded.
    10191019        $link = str_replace( '%search%', $search, $permastruct );
    10201020        $link = home_url( user_trailingslashit( $link, 'search' ) );
Note: See TracChangeset for help on using the changeset viewer.