Fix an invalid type for the $section parameter in the do_settings_fields() DocBlock.

Props ipm-frommen.
See #30098.

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


git-svn-id: http://core.svn.wordpress.org/trunk@30018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2014-10-25 13:38:23 +00:00
parent fb89a4c762
commit 3ad681b2ef
2 changed files with 2 additions and 2 deletions

View File

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