Changeset 7818
- Timestamp:
- 04/25/08 05:55:01 (7 months ago)
- Files:
-
- trunk/wp-admin/includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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; ?>" />
