diff options
| author | 2022-01-08 21:58:55 +0100 | |
|---|---|---|
| committer | 2022-01-08 21:58:55 +0100 | |
| commit | 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 (patch) | |
| tree | f11de558e7a09522a45d1c155d9707ecda6bf1eb /app/FreshRSS.php | |
| parent | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (diff) | |
Use typographic quotes (#4133)
* Use typographic quotes
* A few fixes
* Fix
* Fix not saved
* Implement feedback
* Detail
* Revert spoken English fixes
Left for a future dedicated discussion
* More reverts
* Final reverts
* Final minor
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index 64b8d13ae..dc5ed0999 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -4,8 +4,7 @@ class FreshRSS extends Minz_FrontController { /** * Initialize the different FreshRSS / Minz components. * - * PLEASE DON'T CHANGE THE ORDER OF INITIALIZATIONS UNLESS YOU KNOW WHAT - * YOU DO!! + * PLEASE DON’T CHANGE THE ORDER OF INITIALIZATIONS UNLESS YOU KNOW WHAT YOU DO!! * * Here is the list of components: * - Create a configuration setter and register it to system conf @@ -37,7 +36,7 @@ class FreshRSS extends Minz_FrontController { Minz_ExtensionManager::init(); // Auth has to be initialized before using currentUser session parameter - // because it's this part which create this parameter. + // because it’s this part which create this parameter. self::initAuth(); if (FreshRSS_Context::$user_conf == null) { FreshRSS_Context::initUser(); |
