You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inc/conflicts/litespeed.php
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
class Optml_Litespeed extends Optml_Abstract_Conflict {
9
9
10
10
/**
11
-
* Optml_Litespeed_Cache constructor.
11
+
* Optml_Litespeed constructor.
12
12
*/
13
13
publicfunction__construct() {
14
14
$this->severity = self::SEVERITY_MEDIUM;
@@ -25,7 +25,7 @@ public function define_message() {
25
25
$this->message = sprintf(
26
26
/* translators: 1 is the settings path link */
27
27
__( 'LiteSpeed Cache has <strong>Lazy Loading</strong> enabled. Optimole already provides its own lazy loading mechanism, which may conflict with LiteSpeed Cache\'s. To continue using Optimole\'s lazy loading feature, please disable lazy loading in %1$s.', 'optimole-wp' ),
0 commit comments