From 7bb628ec3ba9e297f99ae9685bfa58efd57f66fe Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 24 Jan 2014 07:16:37 +0000 Subject: [PATCH] Docs fix: edit_comment_link() doesn't actually return anything. props Corphi. fixes #26436. git-svn-id: https://develop.svn.wordpress.org/trunk@27026 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index f64b38a66a..d6dae4876d 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -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 * * @param string $link Optional. Anchor text. * @param string $before Optional. Display before 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 = '' ) { global $comment;