Changeset 7818
- Timestamp:
- 04/25/2008 05:55:01 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r7707 r7818 951 951 952 952 <form id="filter" action="" method="get"> 953 <input type="hidden" name="type" value="<?php echo $type; ?>" />953 <input type="hidden" name="type" value="<?php echo attribute_escape( $type ); ?>" /> 954 954 <input type="hidden" name="tab" value="<?php echo $tab; ?>" /> 955 955 <input type="hidden" name="post_id" value="<?php echo $post_id; ?>" />
Note: See TracChangeset
for help on using the changeset viewer.