Docs: Reorder argument descriptions in the DocBlock for wp_list_categories() to match the default arguments list and improve reading at a glance.

Props birgire for the initial patch.
Fixes #36693.

Built from https://develop.svn.wordpress.org/trunk@37571


git-svn-id: http://core.svn.wordpress.org/trunk@37539 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2016-05-25 19:40:27 +00:00
parent da72b04ab2
commit b9ed1cb665
2 changed files with 27 additions and 27 deletions

View File

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