From 69c152cee7427caa8edb1f572d309c03904c36ee Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 1 Sep 2016 00:49:29 +0000 Subject: [PATCH] Taxonomy: Correct the function description for `wp_ajax_add_link_category()`. See #37770 Built from https://develop.svn.wordpress.org/trunk@38490 git-svn-id: http://core.svn.wordpress.org/trunk@38431 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/ajax-actions.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/ajax-actions.php b/wp-admin/includes/ajax-actions.php index 750a384ee1..b6bd7576ea 100644 --- a/wp-admin/includes/ajax-actions.php +++ b/wp-admin/includes/ajax-actions.php @@ -786,7 +786,7 @@ function wp_ajax_dim_comment() { } /** - * Ajax handler for deleting a link category. + * Ajax handler for adding a link category. * * @since 3.1.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 9eb98f4e87..5d526a7149 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38489'; +$wp_version = '4.7-alpha-38490'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.