Clarify a wide variety of function, parameter, and return descriptions in DocBlocks throughout wp-includes/media.php.

Props stevegrunwell, DrewAPicture.
Fixes #28408.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31511 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-02-24 07:42:24 +00:00
parent 4743843323
commit 46286070a5
2 changed files with 232 additions and 154 deletions

View File

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