Make WordPress Core


Ignore:
Timestamp:
01/05/2012 08:50:54 PM (12 years ago)
Author:
ryan
Message:

User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302

File:
1 edited

Legend:

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

    r19364 r19687  
    396396    }
    397397
    398     // Note that you can use the "redirect_canonical" filter to cancel a canonical redirect for whatever reason by returning FALSE
     398    // Note that you can use the "redirect_canonical" filter to cancel a canonical redirect for whatever reason by returning false
    399399    $redirect_url = apply_filters('redirect_canonical', $redirect_url, $requested_url);
    400400
Note: See TracChangeset for help on using the changeset viewer.