mirror of
https://github.com/10h30/genesis-simple-sidebars.git
synced 2026-06-05 15:08:34 +09:00
fix: deprecation warning dynamic 'term' property (#58)
Resolves: PHP Deprecated: Creation of dynamic property Genesis_Simple_Sidebars::$term is deprecated in /Users/user.name/Local Sites/php82/app/public/wp-content/plugins/genesis-simple-sidebars/includes/class-genesis-simple-sidebars.php on line 162
This commit is contained in:
@@ -59,6 +59,14 @@ class Genesis_Simple_Sidebars {
|
||||
*/
|
||||
public $entry;
|
||||
|
||||
|
||||
/**
|
||||
* Term.
|
||||
*
|
||||
* @var Genesis_Simple_Sidebars_Term
|
||||
*/
|
||||
public $term;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user