Remove deprecated constructor notice.

Since Twenty Eleven can be used with WordPress releases prior to 4.3, it can't
contain calls to functions that were introduced after its initial release.

Props ocean90.
Fixes #32881.



git-svn-id: https://develop.svn.wordpress.org/trunk@33086 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-04 20:42:43 +00:00
parent 9b40a4f79f
commit c35f5f16b0

View File

@ -35,7 +35,6 @@ class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
* @since Twenty Eleven 1.0
*/
function Twenty_Eleven_Ephemera_Widget() {
_deprecated_constructor( 'Twenty_Eleven_Ephemera_Widget', '4.3.0' );
self::__construct();
}