Twenty Eleven: Add missing @deprecated tag to PHP 4 constructor in Twenty_Eleven_Ephemera_Widget.

Props jrf.
See #48252.
Built from https://develop.svn.wordpress.org/trunk@46628


git-svn-id: http://core.svn.wordpress.org/trunk@46428 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-11-02 20:08:00 +00:00
parent 6be425959a
commit 8aae5cb572
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
* PHP4 constructor.
*
* @since Twenty Eleven 1.0
* @deprecated Twenty Eleven 2.2
*/
function Twenty_Eleven_Ephemera_Widget() {
self::__construct();

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46627';
$wp_version = '5.4-alpha-46628';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.