Fix a typo in the PHPDoc for `comment_author_email_link()`.
See #27083. Built from https://develop.svn.wordpress.org/trunk@27157 git-svn-id: http://core.svn.wordpress.org/trunk@27023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8eb2d3610b
commit
c8665c5973
|
@ -121,7 +121,7 @@ function comment_author_email( $comment_ID = 0 ) {
|
|||
*
|
||||
* @param string $linktext Optional. Text to display instead of the comment author's email address.
|
||||
* Default empty.
|
||||
* @param string $before Optional. Text or HTML to display before the email link.Default empty.
|
||||
* @param string $before Optional. Text or HTML to display before the email link. Default empty.
|
||||
* @param string $after Optional. Text or HTML to display after the email link. Default empty.
|
||||
*/
|
||||
function comment_author_email_link( $linktext = '', $before = '', $after = '' ) {
|
||||
|
|
Loading…
Reference in New Issue