Make WordPress Core

Changeset 15148


Ignore:
Timestamp:
06/06/2010 05:16:32 AM (15 years ago)
Author:
nacin
Message:

s/echos/echoes/ in phpdoc. props demetris, fixes #13742.

Location:
trunk
Files:
5 edited

Legend:

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

    r15085 r15148  
    29662966 * Add settings fields to your section with add_settings_field()
    29672967 *
    2968  * The $callback argument should be the name of a function that echos out any
     2968 * The $callback argument should be the name of a function that echoes out any
    29692969 * content you want to show at the top of the settings section before the actual
    29702970 * fields. It can output nothing if you want.
  • trunk/wp-includes/author-template.php

    r14070 r15148  
    177177 * @link http://codex.wordpress.org/Template_Tags/the_author_posts
    178178 * @since 0.71
    179  * @uses get_the_author_posts() Echos returned value from function.
     179 * @uses get_the_author_posts() Echoes returned value from function.
    180180 */
    181181function the_author_posts() {
  • trunk/wp-includes/cache.php

    r13066 r15148  
    440440
    441441    /**
    442      * Echos the stats of the caching.
     442     * Echoes the stats of the caching.
    443443     *
    444444     * Gives the cache hits, and cache misses. Also prints every cached group,
  • trunk/wp-includes/comment-template.php

    r14689 r15148  
    161161 *
    162162 * @since 0.71
    163  * @see get_comment_author_link() Echos result
     163 * @see get_comment_author_link() Echoes result
    164164 *
    165165 * @param int The ID of the comment for which to print the author's link. Optional.
     
    188188 *
    189189 * @since 0.71
    190  * @see get_comment_author_IP() Echos Result
     190 * @see get_comment_author_IP() Echoes Result
    191191 *
    192192 * @param int $comment_ID The ID of the comment for which to print the author's IP address.  Optional.
     
    258258 *
    259259 * @since 0.71
    260  * @see get_comment_author_url_link() Echos result
     260 * @see get_comment_author_url_link() Echoes result
    261261 *
    262262 * @param string $linktext The text to display instead of the comment author's email address
     
    454454 *
    455455 * @since 0.71
    456  * @see get_comment_ID() Echos Result
     456 * @see get_comment_ID() Echoes Result
    457457 */
    458458function comment_ID() {
  • trunk/wp-includes/general-template.php

    r14964 r15148  
    245245
    246246/**
    247  * Provides a simple login form for use anywhere within WordPress. By default, it echos
     247 * Provides a simple login form for use anywhere within WordPress. By default, it echoes
    248248 * the HTML immediately. Pass array('echo'=>false) to return the string instead.
    249249 *
Note: See TracChangeset for help on using the changeset viewer.