1
0
mirror of https://github.com/flarum/core.git synced 2025-07-22 17:21:27 +02:00

Remove core key reorganization comments

This commit is contained in:
Toby Zerner
2015-09-24 14:22:32 +09:30
parent 15a3b46a1e
commit f820a62ec9
5 changed files with 0 additions and 6 deletions

View File

@@ -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>;