Make WordPress Core

Changeset 7818


Ignore:
Timestamp:
04/25/2008 05:55:01 AM (17 years ago)
Author:
markjaquith
Message:

attribute_escape() type in the media-uploder. props Alex Concha. for trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r7707 r7818  
    951951
    952952<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 ); ?>" />
    954954<input type="hidden" name="tab" value="<?php echo $tab; ?>" />
    955955<input type="hidden" name="post_id" value="<?php echo $post_id; ?>" />
Note: See TracChangeset for help on using the changeset viewer.