Changeset 11380 for trunk/wp-admin/options-privacy.php
- Timestamp:
- 05/18/2009 03:11:07 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-privacy.php
r11312 r11380 18 18 <div class="wrap"> 19 19 <?php screen_icon(); ?> 20 <h2><?php echo wp_specialchars( $title ); ?></h2>20 <h2><?php echo esc_html( $title ); ?></h2> 21 21 22 22 <form method="post" action="options.php">
Note: See TracChangeset
for help on using the changeset viewer.