diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index 510d9a1243..9419633632 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -958,7 +958,7 @@ function get_edit_tag_link( $tag_id, $taxonomy = 'post_tag' ) { * * @since 2.7.0 * - * @param string $link Optional. Anchor text. Default empty. + * @param string $link Optional. Anchor text. If empty, default is 'Edit This'. Default empty. * @param string $before Optional. Display before edit link. Default empty. * @param string $after Optional. Display after edit link. Default empty. * @param WP_Term $tag Optional. Term object. If null, the queried object will be inspected. @@ -1037,7 +1037,7 @@ function get_edit_term_link( $term_id, $taxonomy = '', $object_type = '' ) { * * @since 3.1.0 * - * @param string $link Optional. Anchor text. Default empty. + * @param string $link Optional. Anchor text. If empty, default is 'Edit This'. Default empty. * @param string $before Optional. Display before edit link. Default empty. * @param string $after Optional. Display after edit link. Default empty. * @param object $term Optional. Term object. If null, the queried object will be inspected. Default null. @@ -1577,7 +1577,7 @@ function get_edit_bookmark_link( $link = 0 ) { * * @since 2.7.0 * - * @param string $link Optional. Anchor text. Default empty. + * @param string $link Optional. Anchor text. If empty, default is 'Edit This'. Default empty. * @param string $before Optional. Display before edit link. Default empty. * @param string $after Optional. Display after edit link. Default empty. * @param int $bookmark Optional. Bookmark ID. Default is the current bookmark.