Changeset 17397
- Timestamp:
- 02/05/2011 06:27:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-admin/includes/template.php
r15452 r17397 1186 1186 return; 1187 1187 1188 $title = esc_attr( get_the_title( $post->ID ));1188 $title = htmlspecialchars( trim( $post->post_title ), ENT_QUOTES ); 1189 1189 1190 1190 echo '
Note: See TracChangeset
for help on using the changeset viewer.