Changeset 17396
- Timestamp:
- 02/05/2011 06:27:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/includes/template.php
r17356 r17396 271 271 return; 272 272 273 $title = esc_attr( trim( $post->post_title ));273 $title = htmlspecialchars( trim( $post->post_title ), ENT_QUOTES ); 274 274 275 275 echo '
Note: See TracChangeset
for help on using the changeset viewer.