Docs: Correct the phpDoc type to a boolean for the $single parameter in the get_{$meta_type}_metadata hook docs.

Props dlh.
Fixes #33451.

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


git-svn-id: http://core.svn.wordpress.org/trunk@33632 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-08-20 19:36:25 +00:00
parent bec5bcf717
commit a7b38bf90a
2 changed files with 3 additions and 4 deletions

View File

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