mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Consistently use $wp_rewrite->index instead of hardcoding "index.php".
props wonderboymusic. fixes #7337 git-svn-id: https://develop.svn.wordpress.org/trunk@23305 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -227,7 +227,7 @@ $structures = array(
|
||||
<?php
|
||||
$suffix = '';
|
||||
if ( ! $is_apache && ! $iis7_permalinks )
|
||||
$suffix = 'index.php/';
|
||||
$suffix = $wp_rewrite->index . '/';
|
||||
?>
|
||||
<p><?php
|
||||
/* translators: %s is a placeholder that must come at the start of the URL path. */
|
||||
|
||||
Reference in New Issue
Block a user