Make WordPress Core


Ignore:
Timestamp:
01/18/2013 01:44:22 PM (14 years ago)
Author:
markjaquith
Message:

Consistently use $wp_rewrite->index instead of hardcoding "index.php".

props wonderboymusic. fixes #7337

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r22931 r23305  
    228228$suffix = '';
    229229if ( ! $is_apache && ! $iis7_permalinks )
    230         $suffix = 'index.php/';
     230        $suffix = $wp_rewrite->index . '/';
    231231?>
    232232<p><?php
Note: See TracChangeset for help on using the changeset viewer.