Ticket #19472: 19472.patch
| File 19472.patch, 798 bytes (added by , 14 years ago) |
|---|
-
wp-admin/options-permalink.php
148 148 if ( ! is_multisite() ) { 149 149 if ( $iis7_permalinks ) { 150 150 if ( $permalink_structure && ! $usingpi && ! $writable ) 151 _e('You should update your web.config now ');151 _e('You should update your web.config now.'); 152 152 else if ( $permalink_structure && ! $usingpi && $writable ) 153 153 _e('Permalink structure updated. Remove write access on web.config file now!'); 154 154 else 155 _e('Permalink structure updated ');155 _e('Permalink structure updated.'); 156 156 } else { 157 157 if ( $permalink_structure && ! $usingpi && ! $writable ) 158 158 _e('You should update your .htaccess now.');