Docs: Improve documentation for the __construct(), widget(), update(), and form() methods in WP_Widget_Meta.

Props leemon.
Fixes #34020. See #34013.

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


git-svn-id: http://core.svn.wordpress.org/trunk@34580 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes
2015-09-27 00:58:24 +00:00
parent 033c9b8d7f
commit 233ecbfdb8
2 changed files with 34 additions and 11 deletions

View File

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