mirror of
https://github.com/flarum/core.git
synced 2025-05-02 21:47:59 +02:00
* Added `language` and `direction` properties to WebAppView * Use properties `language` and `direction` in app.blade.php * Added WebAppView::setDescription to set the meta description * Whoops! Changed "ltr" to \'ltr\'. Thanks StyleCI :) * Removed unnecessary `= null` for * Changed `.. ? .. : ..` to `.. ?: ..`. Useful thing right there ;)