mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-14 22:56:19 +01:00
Fixed old auto-toggle always on bug.
git-svn-id: http://svn.automattic.com/wordpress/trunk@148 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b815af0035
commit
6362196c2b
@ -109,7 +109,7 @@ switch ($action) {
|
|||||||
<input type="hidden" name="action" value="editedcat" />
|
<input type="hidden" name="action" value="editedcat" />
|
||||||
<input type="hidden" name="cat_id" value="<?php echo $HTTP_POST_VARS["cat_id"] ?>" />
|
<input type="hidden" name="cat_id" value="<?php echo $HTTP_POST_VARS["cat_id"] ?>" />
|
||||||
<input type="text" name="cat_name" value="<?php echo $cat_name ?>" /><br />
|
<input type="text" name="cat_name" value="<?php echo $cat_name ?>" /><br />
|
||||||
<input type="checkbox" name="auto_toggle" value="Y" <?php echo $auto_toggle = "Y" ? '"checked"' : ''; ?>/> auto-toggle?<br />
|
<input type="checkbox" name="auto_toggle" value="Y" <?php echo $auto_toggle == 'Y' ? '"checked"' : ''; ?>/> auto-toggle?<br />
|
||||||
<input type="submit" name="submit" value="Edit it !" class="search" />
|
<input type="submit" name="submit" value="Edit it !" class="search" />
|
||||||
</form>
|
</form>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user