Changeset 34691 for trunk/src/wp-admin/options-permalink.php
- Timestamp:
- 09/29/2015 11:14:23 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/options-permalink.php
r34022 r34691 252 252 <?php endif; ?> 253 253 <?php endif; ?> 254 <?php elseif ( ! $is_nginx ) : 254 <?php elseif ( $is_nginx ) : ?> 255 <p><?php _e( '<a href="https://codex.wordpress.org/Nginx">Documentation on Nginx configuration</a>.' ); ?></p> 256 <?php else: 255 257 if ( $permalink_structure && ! $usingpi && ! $writable && $update_required ) : ?> 256 258 <p><?php _e('If your <code>.htaccess</code> file were <a href="https://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your <code>.htaccess</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all.') ?></p>
Note: See TracChangeset
for help on using the changeset viewer.