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
This commit is contained in:
Lance Willett 2013-06-03 22:20:43 +00:00
parent d778fdf863
commit c0340f8188
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ endif;
/** /**
* Returns the URL from the post. * 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. * the first link found in the post content.
* *
* Falls back to the post permalink if no URL is found in the post. * Falls back to the post permalink if no URL is found in the post.