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

props Corphi.
fixes #26436.

Built from https://develop.svn.wordpress.org/trunk@27026


git-svn-id: http://core.svn.wordpress.org/trunk@26902 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2014-01-24 07:17:36 +00:00
parent ab733945b5
commit 1318242221
1 changed files with 1 additions and 2 deletions

View File

@ -994,14 +994,13 @@ function get_edit_comment_link( $comment_id = 0 ) {
} }
/** /**
* Display or retrieve edit comment link with formatting. * Display edit comment link with formatting.
* *
* @since 1.0.0 * @since 1.0.0
* *
* @param string $link Optional. Anchor text. * @param string $link Optional. Anchor text.
* @param string $before Optional. Display before edit link. * @param string $before Optional. Display before edit link.
* @param string $after Optional. Display after edit link. * @param string $after Optional. Display after edit link.
* @return string|null HTML content, if $echo is set to false.
*/ */
function edit_comment_link( $link = null, $before = '', $after = '' ) { function edit_comment_link( $link = null, $before = '', $after = '' ) {
global $comment; global $comment;