Changeset 1100 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 04/19/2004 08:09:27 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r1074 r1100 1 1 <?php 2 2 $title = 'Permalink Options'; 3 $ this_file = 'options.php';3 $parent_file = 'options-general.php'; 4 4 5 5 function add_magic_quotes($array) { … … 78 78 <input name="permalink_structure" type="text" style="width: 100%;" value="<?php echo $permalink_structure; ?>" /> 79 79 </p> 80 <p >81 <input type="submit" name="Submit" value="Update ">80 <p class="submit"> 81 <input type="submit" name="Submit" value="Update Permalink Structure"> 82 82 </p> 83 83 </form>
Note: See TracChangeset
for help on using the changeset viewer.