Docs: Improvements to register_taxonomy() docblock.

* Fix spelling and whitespace.
* Remove `$label` argument documentation. This argument hasn't worked since [14614], despite the documentation added in [14619].

Props bobbingwide.
Fixes #38007.
Built from https://develop.svn.wordpress.org/trunk@38737


git-svn-id: http://core.svn.wordpress.org/trunk@38680 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2016-10-06 01:30:30 +00:00
parent a71c15f0c8
commit 35be5138e9
2 changed files with 6 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.7-alpha-38736';
$wp_version = '4.7-alpha-38737';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.