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:
parent
f70f020c54
commit
7bb628ec3b
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user