Use PHP 7.4 featers and PHP 8 polyfills

This commit is contained in:
David Stone
2025-02-08 13:57:32 -07:00
parent 8bea6067cd
commit b41dc2b2eb
550 changed files with 15270 additions and 14627 deletions

View File

@ -13,11 +13,11 @@
<?php
echo get_avatar_url(
$user->ID,
array(
[
'force_display' => true,
'size' => 300,
'default' => 'identicon',
)
]
);
?>
');">
@ -32,10 +32,10 @@
86,
'identicon',
'',
array(
[
'force_display' => true,
'class' => 'wu-rounded-full wu-border wu-border-solid wu-border-gray-300 wu-relative',
)
]
);
?>