Changes between Initial Version and Version 1 of Ticket #31080, comment 14
- Timestamp:
- 03/09/2015 11:43:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31080, comment 14
initial v1 7 7 8 8 function html_escape_the_guid( $guid ) { 9 return esc_html( get_the_guid ());9 return esc_html( $guid ); 10 10 } 11 11 add_filter( 'the_guid', 'html_escape_the_guid' );