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