Skip to content

Commit

Permalink
Closes #5969: Update link ezoic plugin conflict notice (#6018)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeawhanlee authored Jul 10, 2023
1 parent d6b4666 commit 4c697c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inc/ThirdParty/Plugins/Optimization/Ezoic.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function add_conflict_explanations( $plugins_explanations ) {
$plugins_explanations['ezoic'] = sprintf(
// translators: %1$s = opening <a> tag, %2$s = closing </a> tag.
__( 'This plugin blocks WP Rocket\'s caching and optimizations. Deactivate it and use %1$sEzoic\'s nameserver integration%2$s instead.', 'rocket' ),
'<a href="https://support.ezoic.com/support/solutions/articles/48000453926-name-server-integration" target="_blank" rel="noopener noreferrer">',
'<a href="https://support.ezoic.com/kb/article/how-can-i-integrate-my-site-with-ezoic" target="_blank" rel="noopener noreferrer">',
'</a>'
);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Test_Explanations extends TestCase {
public function testShouldReturnExpected() {
$plugins_explanations = [];
$expected = [
'ezoic' => 'This plugin blocks WP Rocket\'s caching and optimizations. Deactivate it and use <a href="https://support.ezoic.com/support/solutions/articles/48000453926-name-server-integration" target="_blank" rel="noopener noreferrer">Ezoic\'s nameserver integration</a> instead.',
'ezoic' => 'This plugin blocks WP Rocket\'s caching and optimizations. Deactivate it and use <a href="https://support.ezoic.com/kb/article/how-can-i-integrate-my-site-with-ezoic" target="_blank" rel="noopener noreferrer">Ezoic\'s nameserver integration</a> instead.',
];

$this->assertSame(
Expand Down

0 comments on commit 4c697c3

Please sign in to comment.