From da0e8adf393565d1f5c298b331429daa083169d2 Mon Sep 17 00:00:00 2001 From: Hai Zheng Date: Tue, 12 Nov 2024 13:05:01 -0500 Subject: [PATCH] Used new format for mini html link parser --- src/cloud.cls.php | 2 +- src/str.cls.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cloud.cls.php b/src/cloud.cls.php index 65dae0538..43b3241f9 100644 --- a/src/cloud.cls.php +++ b/src/cloud.cls.php @@ -610,7 +610,7 @@ public function update_qc_activation($qc_activated, $quite = false) /** * Load QC status for dash usage - * Format to translate: `xxxxxxxx2` + * Format to translate: `xxxxxxxx2` * * @since 7.0 */ diff --git a/src/str.cls.php b/src/str.cls.php index eb0da119e..b6ef00750 100644 --- a/src/str.cls.php +++ b/src/str.cls.php @@ -13,13 +13,13 @@ class Str { /** - * Translate QC HTML links from html. Convert `xxxx` to `xxxx` + * Translate QC HTML links from html. Convert `xxxx` to `xxxx` * * @since 7.0 */ public static function translate_qc_apis($html) { - preg_match_all('/ $html_to_be_replaced) {