diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-18 13:47:42 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-11-18 13:47:42 +0000 |
| commit | 56777d417dd3fefd42e44db4f60377709fccdf5a (patch) | |
| tree | 163d1422f805827f7ba408260ccd9d9aaa6c5ea7 /wp-inst/wp-admin/options-permalink.php | |
| parent | 2b56b90f06b0018f0dba866e2d799cda640d9597 (diff) | |
| download | wordpress-mu-56777d417dd3fefd42e44db4f60377709fccdf5a.tar.gz wordpress-mu-56777d417dd3fefd42e44db4f60377709fccdf5a.tar.xz wordpress-mu-56777d417dd3fefd42e44db4f60377709fccdf5a.zip | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@440 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/options-permalink.php')
| -rw-r--r-- | wp-inst/wp-admin/options-permalink.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/options-permalink.php b/wp-inst/wp-admin/options-permalink.php index aaba9bc..7ef3c46 100644 --- a/wp-inst/wp-admin/options-permalink.php +++ b/wp-inst/wp-admin/options-permalink.php @@ -37,6 +37,9 @@ structure.value = inputs; function blurry() { if (!document.getElementById) return; +var structure = document.getElementById('permalink_structure'); +structure.onfocus = function () { document.getElementById('custom_selection').checked = 'checked'; } + var aInputs = document.getElementsByTagName('input'); for (var i = 0; i < aInputs.length; i++) { @@ -136,7 +139,7 @@ $structures = array( </p> <p> <label> -<input name="selection" type="radio" value="custom" class="tog" +<input name="selection" id="custom_selection" type="radio" value="custom" class="tog" <?php if ( !in_array($permalink_structure, $structures) ) { ?> checked="checked" <?php } ?> |
