| 138 | | if ( $iis7_permalinks ) { |
| 139 | | if ( $permalink_structure && ! $usingpi && ! $writable ) |
| 140 | | _e('You should update your web.config now'); |
| 141 | | else if ( $permalink_structure && ! $usingpi && $writable) |
| 142 | | _e('Permalink structure updated. Remove write access on web.config file now!'); |
| 143 | | else |
| 144 | | _e('Permalink structure updated'); |
| | 138 | if ( ! is_multisite() ) { |
| | 139 | if ( $iis7_permalinks ) { |
| | 140 | if ( $permalink_structure && ! $usingpi && ! $writable ) |
| | 141 | _e('You should update your web.config now'); |
| | 142 | else if ( $permalink_structure && ! $usingpi && $writable ) |
| | 143 | _e('Permalink structure updated. Remove write access on web.config file now!'); |
| | 144 | else |
| | 145 | _e('Permalink structure updated'); |
| | 146 | } else { |
| | 147 | if ( $permalink_structure && ! $usingpi && ! $writable ) |
| | 148 | _e('You should update your .htaccess now.'); |
| | 149 | else |
| | 150 | _e('Permalink structure updated.'); |
| | 151 | } |