Ticket #6492: 6492.get_the_guid.patch
File 6492.get_the_guid.patch, 371 bytes (added by , 14 years ago) |
---|
-
www/wp-includes/post-template.php
153 153 function get_the_guid( $id = 0 ) { 154 154 $post = &get_post($id); 155 155 156 return apply_filters('get_the_guid', $post->guid );156 return apply_filters('get_the_guid', $post->guid, $post ); 157 157 } 158 158 159 159 /**