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
This commit is contained in:
parent
01c3ae084b
commit
69c152cee7
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue