WCF
WCF copied to clipboard
WoltLab Suite Core (previously WoltLab Community Framework)
Replace EmojiOne assets with Fluent Emoji (https://github.com/microsoft/fluentui-emoji) For compatibility reasons, paths and file names shouldn't change. 
Replace EmojiOne assets with Twemoji (https://github.com/twitter/twemoji) For compatibility reasons, paths and file names shouldn't change. 
Implicit conversion from float to int is deprecated in PHP 8.
round(): Passing null to parameter #1 ($num) of type int|float is deprecated in PHP 8.
- [x] Migrate missing CSS from https://github.com/WoltLab/WCF/blob/master/wcfsetup/install/files/style/icon/icon.scss - [ ] Update CSS Pseudo-Element rules: https://fontawesome.com/v6.0/docs/web/setup/upgrading#_6-update-css-pseudo-element-rules - [x] Correctly handle the fact that the icon width may be up to 1.25×...
Resolves #4304
This method should be used everywhere where `->banned` is currently checked, especially since the majority of locations does not also check for owner access. see https://github.com/WoltLab/WCF/pull/4935/files#r940140082