Make WordPress Core

Changeset 27157


Ignore:
Timestamp:
02/10/2014 04:06:36 AM (11 years ago)
Author:
DrewAPicture
Message:

Fix a typo in the PHPDoc for comment_author_email_link().

See #27083.

File:
1 edited

Legend:

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

    r27156 r27157  
    122122 * @param string $linktext Optional. Text to display instead of the comment author's email address.
    123123 *                         Default empty.
    124  * @param string $before   Optional. Text or HTML to display before the email link.Default empty.
     124 * @param string $before   Optional. Text or HTML to display before the email link. Default empty.
    125125 * @param string $after    Optional. Text or HTML to display after the email link. Default empty.
    126126 */
Note: See TracChangeset for help on using the changeset viewer.