Remove the PHP4 constructor from WP_Widget.

See #30799.

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


git-svn-id: http://core.svn.wordpress.org/trunk@31665 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-03-09 02:25:27 +00:00
parent d577c673e2
commit 11ccf8f625
2 changed files with 1 additions and 13 deletions

View File

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