Make WordPress Core

Changeset 27026


Ignore:
Timestamp:
01/24/2014 07:16:37 AM (11 years ago)
Author:
nacin
Message:

Docs fix: edit_comment_link() doesn't actually return anything.

props Corphi.
fixes #26436.

File:
1 edited

Legend:

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

    r26868 r27026  
    995995
    996996/**
    997  * Display or retrieve edit comment link with formatting.
     997 * Display edit comment link with formatting.
    998998 *
    999999 * @since 1.0.0
     
    10021002 * @param string $before Optional. Display before edit link.
    10031003 * @param string $after Optional. Display after edit link.
    1004  * @return string|null HTML content, if $echo is set to false.
    10051004 */
    10061005function edit_comment_link( $link = null, $before = '', $after = '' ) {
Note: See TracChangeset for help on using the changeset viewer.