Changeset 32175 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 04/20/2015 07:38:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r31999 r32175 1557 1557 if ( empty( $title ) ) 1558 1558 $title = __( '(no title)' ); 1559 return $title;1559 return esc_html( $title ); 1560 1560 } 1561 1561
Note: See TracChangeset
for help on using the changeset viewer.