Make WordPress Core


Ignore:
Timestamp:
10/18/2008 08:46:30 PM (18 years ago)
Author:
ryan
Message:

phpdoc corrections from jacobsantos. see #7918

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r9136 r9243  
    2929 * @uses $wp_rewrite
    3030 *
    31  * @param $string string a URL with or without a trailing slash
    32  * @param $type_of_url string the type of URL being considered (e.g. single, category, etc) for use in the filter
     31 * @param $string String a URL with or without a trailing slash
     32 * @param $type_of_url String the type of URL being considered (e.g. single, category, etc) for use in the filter
    3333 * @return string
    3434 */
     
    440440 * @since 2.5.0
    441441 *
    442  * @param string $link_text Descriptive text
     442 * @param string $link_text Descriptive text.
    443443 * @param int $post_id Optional post ID.  Default to current post.
    444  * @param string $feed Optional. {@internal Missing Description}}
    445  * @return string Link to the comment feed for the current post
     444 * @param string $feed Optional. Feed format.
     445 * @return string Link to the comment feed for the current post.
    446446*/
    447447function post_comments_feed_link( $link_text = '', $post_id = '', $feed = '' ) {
Note: See TracChangeset for help on using the changeset viewer.