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
This commit is contained in:
Drew Jaynes 2016-03-10 17:47:58 +00:00
parent 606d131f52
commit 7c7a95cf9f
1 changed files with 1 additions and 1 deletions

View File

@ -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.