Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #31080, comment 14


Ignore:
Timestamp:
03/09/2015 11:43:05 PM (10 years ago)
Author:
stevenkword
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31080, comment 14

    initial v1  
    77
    88function html_escape_the_guid( $guid ) {
    9         return esc_html( get_the_guid () );
     9        return esc_html( $guid );
    1010}
    1111add_filter( 'the_guid', 'html_escape_the_guid' );