chore(changelog): add php 8.2 deprecated notices fix
This commit is contained in:
parent
dda92afa53
commit
0df568396a
1 changed files with 6 additions and 0 deletions
|
@ -167,6 +167,12 @@ $page->navigation();
|
||||||
echo __('Fulfilled wishes disappearing for wishlist owners');
|
echo __('Fulfilled wishes disappearing for wishlist owners');
|
||||||
?>
|
?>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<?php
|
||||||
|
/** TRANSLATORS: Changelog: Fixed */
|
||||||
|
echo __('Deprecated notices on PHP 8.2');
|
||||||
|
?>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue