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:
parent
d94b2fb3ef
commit
d5e084a5b7
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue