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
This commit is contained in:
Andrew Nacin 2014-01-24 07:16:37 +00:00
parent f70f020c54
commit 7bb628ec3b

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;