mirror of
https://github.com/flarum/core.git
synced 2025-07-15 13:56:23 +02:00
Remove core key reorganization comments
This commit is contained in:
js
forum
src
lib
helpers
@ -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