Ticket #13555: 13555.patch
File 13555.patch, 391 bytes (added by , 15 years ago) |
---|
-
wp-includes/post-template.php
135 135 * @param int $id Optional. Post ID. 136 136 */ 137 137 function the_guid( $id = 0 ) { 138 echo esc_url( get_the_guid( $id) );138 echo esc_url( get_the_guid( $id ) ); 139 139 } 140 140 141 141 /**