Make WordPress Core

Changeset 4200


Ignore:
Timestamp:
09/21/2006 12:09:37 AM (19 years ago)
Author:
ryan
Message:

Don't use rewrite array as string. fixes #2771

File:
1 edited

Legend:

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

    r4186 r4200  
    9898
    9999    // Strip 'index.php/' if we're not using path info permalinks
    100     if ( false === strpos($rewrite, 'index.php/') )
     100    if ( !$wp_rewrite->using_index_permalinks() )
    101101        $url = str_replace('index.php/', '', $url);
    102102
Note: See TracChangeset for help on using the changeset viewer.