Make WordPress Core


Ignore:
Timestamp:
10/05/2004 06:59:13 AM (21 years ago)
Author:
saxmatt
Message:

Input cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/categories.php

    r1551 r1743  
    9898    <form name="editcat" action="categories.php" method="post">
    9999        <input type="hidden" name="action" value="editedcat" />
    100         <input type="hidden" name="cat_ID" value="<?php echo $_GET['cat_ID'] ?>" />
     100        <input type="hidden" name="cat_ID" value="<?php echo $cat_ID ?>" />
    101101        <p><?php _e('Category name:') ?><br />
    102102        <input type="text" name="cat_name" value="<?php echo htmlspecialchars($cat_name); ?>" /></p>
Note: See TracChangeset for help on using the changeset viewer.