Add missing documentation for the $echo parameter in the DocBlock for edit_term_link().

Props tmatsuur.
Fixes #32776.

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


git-svn-id: http://core.svn.wordpress.org/trunk@32896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-06-24 10:53:28 +00:00
parent 42fbb6568e
commit 8a6f4cb0ef
2 changed files with 2 additions and 1 deletions

View File

@ -948,6 +948,7 @@ function get_edit_term_link( $term_id, $taxonomy, $object_type = '' ) {
* @param string $before Optional. Display before edit link.
* @param string $after Optional. Display after edit link.
* @param object $term Term object.
* @param bool $echo Optional. Whether or not to echo the return. Default true.
* @return string|void HTML content.
*/
function edit_term_link( $link = '', $before = '', $after = '', $term = null, $echo = true ) {

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32924';
$wp_version = '4.3-alpha-32925';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.