Changeset 11380 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 05/18/2009 03:11:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r11204 r11380 116 116 <div class="wrap"> 117 117 <?php screen_icon(); ?> 118 <h2><?php echo wp_specialchars( $title ); ?></h2>118 <h2><?php echo esc_html( $title ); ?></h2> 119 119 <div class="bordertitle"> 120 120 <form id="themeselector" action="theme-editor.php" method="post">
Note: See TracChangeset
for help on using the changeset viewer.