Changeset 5854 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 08/08/2007 04:10:20 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r5696 r5854 102 102 <?php if (isset($_POST['submit'])) : ?> 103 103 <div id="message" class="updated fade"><p><?php 104 if ($writable) 104 if ( $permalink_structure && !$usingpi && !$writable ) 105 _e('You should update your .htaccess now.'); 106 else 105 107 _e('Permalink structure updated.'); 106 else107 _e('You should update your .htaccess now.');108 108 ?></p></div> 109 109 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.