Docs: Improve the usefulness of the DocBlock summary for `get_edit_term_link()`.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@36940


git-svn-id: http://core.svn.wordpress.org/trunk@36908 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-10 17:48:26 +00:00
parent d94b2fb3ef
commit d5e084a5b7
2 changed files with 2 additions and 2 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.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta3-36939';
$wp_version = '4.5-beta3-36940';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.