@@ -76,7 +76,8 @@ discard block |
||
| 76 | 76 | } |
| 77 | 77 | |
| 78 | 78 | private function translate_settings( $settings ) { |
| 79 | - if ( $settings ) { // Workaround for W3 total cache conflict. |
|
| 79 | + if ( $settings ) { |
|
| 80 | +// Workaround for W3 total cache conflict. |
|
| 80 | 81 | return unserialize( serialize( $settings ) ); |
| 81 | 82 | } |
| 82 | 83 | |
@@ -88,7 +89,8 @@ discard block |
||
| 88 | 89 | } |
| 89 | 90 | |
| 90 | 91 | // If unserializing didn't work |
| 91 | - if ( $settings ) { // Workaround for W3 total cache conflict. |
|
| 92 | + if ( $settings ) { |
|
| 93 | +// Workaround for W3 total cache conflict. |
|
| 92 | 94 | $settings = unserialize( serialize( $settings ) ); |
| 93 | 95 | } else { |
| 94 | 96 | $settings = $this; |