Make WordPress Core

Changeset 24405


Ignore:
Timestamp:
06/03/2013 10:20:43 PM (10 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: correct PHPDoc for using get_content_url() to grab first link in post content. See #24469.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/functions.php

    r24402 r24405  
    477477 * Returns the URL from the post.
    478478 *
    479  * @uses get_the_post_format_url() to get the URL in the post meta (if it exists) or
     479 * @uses get_content_url() to get the URL in the post meta (if it exists) or
    480480 * the first link found in the post content.
    481481 *
Note: See TracChangeset for help on using the changeset viewer.