Make WordPress Core


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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r4132 r4133  
    765765        }
    766766
    767         // Category stuff for nice URIs
     767        // Category stuff for nice URLs
    768768
    769769        global $cache_categories;
     
    824824        }
    825825
    826         // Author stuff for nice URIs
     826        // Author stuff for nice URLs
    827827
    828828        if ('' != $q['author_name']) {
Note: See TracChangeset for help on using the changeset viewer.