From 8a6f4cb0ef9cd159ba9bc07787375588c720d647 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 24 Jun 2015 10:53:28 +0000 Subject: [PATCH] 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 --- wp-includes/link-template.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index c09e22fea1..b623e4d0a8 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -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 ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index d0b5e76698..93edbbdc7a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.