From d5e084a5b732a08b304a6d72491bd7ce07fc9514 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 17:48:26 +0000 Subject: [PATCH] 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 --- wp-includes/link-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index cc87f77cc9..11c4e40022 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -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. diff --git a/wp-includes/version.php b/wp-includes/version.php index c265716a56..a37fefda35 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.