Make WordPress Core


Ignore:
Timestamp:
08/30/2006 04:40:17 PM (18 years ago)
Author:
ryan
Message:

s/URI/URL/. Props Nazgul. fixes #2666

File:
1 edited

Legend:

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

    r4112 r4133  
    399399            } else {
    400400                // If using path info style permalinks, make sure the index is in
    401                 // the URI.
     401                // the URL.
    402402                if ( strpos($qstr, $index) === false )
    403403                    $qstr = '/' . $index . $qstr;
Note: See TracChangeset for help on using the changeset viewer.