Changeset 3148 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 11/18/2005 09:36:43 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r3112 r3148 36 36 function blurry() { 37 37 if (!document.getElementById) return; 38 39 var structure = document.getElementById('permalink_structure'); 40 structure.onfocus = function () { document.getElementById('custom_selection').checked = 'checked'; } 38 41 39 42 var aInputs = document.getElementsByTagName('input'); … … 136 139 <p> 137 140 <label> 138 <input name="selection" type="radio" value="custom" class="tog"141 <input name="selection" id="custom_selection" type="radio" value="custom" class="tog" 139 142 <?php if ( !in_array($permalink_structure, $structures) ) { ?> 140 143 checked="checked"
Note: See TracChangeset
for help on using the changeset viewer.