Changeset 11380 for trunk/wp-admin/options-media.php
- Timestamp:
- 05/18/2009 03:11:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-media.php
r11312 r11380 19 19 <div class="wrap"> 20 20 <?php screen_icon(); ?> 21 <h2><?php echo wp_specialchars( $title ); ?></h2>21 <h2><?php echo esc_html( $title ); ?></h2> 22 22 23 23 <form action="options.php" method="post">
Note: See TracChangeset
for help on using the changeset viewer.