From 1acd3ab09be1b65bfd6122ee351490c3b5527bb8 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 Jan 2022 21:58:55 +0100 Subject: 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 --- app/FreshRSS.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'app/FreshRSS.php') 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(); -- cgit v1.2.3