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:
parent
6be425959a
commit
8aae5cb572
|
@ -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();
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue