Changeset 11380 for trunk/wp-admin/media-upload.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r11372 r11380 56 56 <div class="wrap"> 57 57 <?php screen_icon(); ?> 58 <h2><?php echo wp_specialchars( $title ); ?></h2>58 <h2><?php echo esc_html( $title ); ?></h2> 59 59 60 60 <form enctype="multipart/form-data" method="post" action="media-upload.php?inline=&upload-page-form=" class="media-upload-form type-form validate" id="file-form">
Note: See TracChangeset
for help on using the changeset viewer.