Changeset 9233 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 10/17/2008 08:06:22 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r9232 r9233 100 100 ?> 101 101 <div class="wrap"> 102 <h2><?php echo $title?></h2>102 <h2><?php echo wp_specialchars( $title ); ?></h2> 103 103 <div class="bordertitle"> 104 104 <form id="themeselector" action="theme-editor.php" method="post">
Note: See TracChangeset
for help on using the changeset viewer.