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.