From 7c7a95cf9f01b541172ca1d1cbd22bab5aaaf2a5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 17:47:58 +0000 Subject: [PATCH] Docs: Improve the usefulness of the DocBlock summary for `get_edit_term_link()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36940 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index cc87f77cc9..11c4e40022 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -904,7 +904,7 @@ function edit_tag_link( $link = '', $before = '', $after = '', $tag = null ) { } /** - * Retrieve edit term url. + * Retrieves the URL for editing a given term. * * @since 3.1.0 * @since 4.5.0 The `$taxonomy` argument was made optional.