Changeset 31090 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 01/08/2015 07:04:40 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r31034 r31090 152 152 if ( ! is_multisite() ) { 153 153 if ( $iis7_permalinks ) { 154 if ( $permalink_structure && ! $usingpi && ! $writable ) 154 if ( $permalink_structure && ! $usingpi && ! $writable ) { 155 155 _e('You should update your web.config now.'); 156 else if ( $permalink_structure && ! $usingpi && $writable )156 } elseif ( $permalink_structure && ! $usingpi && $writable ) { 157 157 _e('Permalink structure updated. Remove write access on web.config file now!'); 158 else158 } else { 159 159 _e('Permalink structure updated.'); 160 } 160 161 } elseif ( $is_nginx ) { 161 162 _e('Permalink structure updated.');
Note: See TracChangeset
for help on using the changeset viewer.