Changeset 32206 for branches/3.7/src/wp-admin/includes/template.php
- Timestamp:
- 04/20/2015 01:43:56 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.7/src/wp-admin/includes/template.php
r25695 r32206 1374 1374 if ( empty( $title ) ) 1375 1375 $title = __( '(no title)' ); 1376 return $title;1376 return esc_html( $title ); 1377 1377 } 1378 1378
Note: See TracChangeset
for help on using the changeset viewer.