Changeset 11380 for trunk/wp-admin/options-general.php
- Timestamp:
- 05/18/2009 03:11:07 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-general.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-general.php
r11323 r11380 53 53 <div class="wrap"> 54 54 <?php screen_icon(); ?> 55 <h2><?php echo wp_specialchars( $title ); ?></h2>55 <h2><?php echo esc_html( $title ); ?></h2> 56 56 57 57 <form method="post" action="options.php">
Note: See TracChangeset
for help on using the changeset viewer.