mirror of
https://github.com/flarum/framework.git
synced 2025-05-23 07:09:57 +08:00
Remove core key reorganization comments
This commit is contained in:
@ -6,7 +6,6 @@
|
||||
* @return {Object}
|
||||
*/
|
||||
export default function username(user) {
|
||||
// Core Key Reorganization: Added core namespacing to the key.
|
||||
const name = (user && user.username()) || app.trans('core.deleted_username');
|
||||
|
||||
return <span className="username">{name}</span>;
|
||||
|
Reference in New Issue
Block a user