diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index c09e22fea1..b623e4d0a8 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -948,6 +948,7 @@ function get_edit_term_link( $term_id, $taxonomy, $object_type = '' ) { * @param string $before Optional. Display before edit link. * @param string $after Optional. Display after edit link. * @param object $term Term object. + * @param bool $echo Optional. Whether or not to echo the return. Default true. * @return string|void HTML content. */ function edit_term_link( $link = '', $before = '', $after = '', $term = null, $echo = true ) {