mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Corrections relating to types used in inline documentation for comment ID and site ID proprties.
Includes a correction for a typo introduced in [52204]. See #53399 git-svn-id: https://develop.svn.wordpress.org/trunk@52205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1628,7 +1628,7 @@ function edit_comment_link( $text = null, $before = '', $after = '' ) {
|
||||
* @since 2.3.0
|
||||
*
|
||||
* @param string $link Anchor tag for the edit link.
|
||||
* @param int $comment_id Comment ID.
|
||||
* @param string $comment_id Comment ID as a numeric string.
|
||||
* @param string $text Anchor text.
|
||||
*/
|
||||
echo $before . apply_filters( 'edit_comment_link', $link, $comment->comment_ID, $text ) . $after;
|
||||
|
||||
Reference in New Issue
Block a user