From c0340f81887708a9284d8014082e67700b91a1f1 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 3 Jun 2013 22:20:43 +0000 Subject: [PATCH] Twenty Thirteen: correct PHPDoc for using `get_content_url()` to grab first link in post content. See #24469. git-svn-id: http://core.svn.wordpress.org/trunk@24405 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/functions.php b/wp-content/themes/twentythirteen/functions.php index a4b02aa9cc..7358166aa7 100644 --- a/wp-content/themes/twentythirteen/functions.php +++ b/wp-content/themes/twentythirteen/functions.php @@ -476,7 +476,7 @@ endif; /** * Returns the URL from the post. * - * @uses get_the_post_format_url() to get the URL in the post meta (if it exists) or + * @uses get_content_url() to get the URL in the post meta (if it exists) or * the first link found in the post content. * * Falls back to the post permalink if no URL is found in the post.