Changeset 1245 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 05/09/2004 05:47:02 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r1244 r1245 23 23 require_once('./optionhandler.php'); 24 24 25 if ( $_POST['submit']) {25 if (isset($_POST['submit'])) { 26 26 update_option('permalink_structure', $_POST['permalink_structure']); 27 27 $permalink_structure = $_POST['permalink_structure']; … … 42 42 require('./options-head.php'); 43 43 ?> 44 <?php if ( $_POST['submit']) : ?>44 <?php if (isset($_POST['submit'])) : ?> 45 45 <div class="updated"><p><?php _e('Permalink structure updated.'); ?></p></div> 46 46 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.