Changeset 11380 for trunk/wp-admin/options-misc.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-misc.php
r11204 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 method="post" action="options.php">
Note: See TracChangeset
for help on using the changeset viewer.