Twenty Thirteen: correct PHPDoc for using get_content_url()
to grab first link in post content. See #24469.
git-svn-id: https://develop.svn.wordpress.org/trunk@24405 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
625724024b
commit
e802145548
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user