Skip to content

Commit

Permalink
Update src/wp-includes/link-template.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mukesh Panchal <[email protected]>
  • Loading branch information
deepakrohillas and mukeshpanchal27 authored Jul 24, 2024
1 parent 843c635 commit fb7d99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/link-template.php
Original file line number Diff line number Diff line change
Expand Up @@ -1597,7 +1597,7 @@ function get_delete_post_link( $post = 0, $deprecated = '', $force_delete = fals
* @since 2.3.0
*
* @param int|WP_Comment $comment_id Optional. Comment ID or WP_Comment object.
* @param string $context Optional. Could be output the '&' character or 'display' default '&amp;'.
* @param string $context Optional. Could be output the '&' character or 'display', Default '&amp;'.
* @return string|void The edit comment link URL for the given comment.
*/
function get_edit_comment_link( $comment_id = 0, $context = 'display' ) {
Expand Down

0 comments on commit fb7d99b

Please sign in to comment.