Two birds with one stone. fixes #13902, props ocean90, wahgnube. fixes #13555, props hakre.

git-svn-id: https://develop.svn.wordpress.org/trunk@15264 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-06-15 20:31:44 +00:00
parent 8abb12ffc6
commit 3e337cf0fb
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ function get_the_title( $id = 0 ) {
* @param int $id Optional. Post ID.
*/
function the_guid( $id = 0 ) {
echo esc_url( get_the_guid($id) );
echo esc_url( get_the_guid( $id ) );
}
/**