Changeset 14949 for trunk/wp-includes/post-template.php
- Timestamp:
- 05/26/2010 05:27:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post-template.php
r14753 r14949 128 128 * post. The reason you should not use it as a link, is because of moving the 129 129 * blog across domains. 130 * 131 * Url is escaped to make it xml safe 130 132 * 131 133 * @since 1.5.0 … … 134 136 */ 135 137 function the_guid( $id = 0 ) { 136 echo get_the_guid($id);138 echo esc_url( get_the_guid($id) ); 137 139 } 138 140
Note: See TracChangeset
for help on using the changeset viewer.