Skip to content

Commit 9b519fc

Browse files
committed
chore: remove spaces and redundant placeholders [ref Codeinwp/optimole-service#1643]
1 parent 61bfd7b commit 9b519fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

optimole-wp.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,12 @@ function optml_php_notice() {
5858
<?php
5959

6060
echo sprintf(
61-
/* translators: 1 - opening paragraph tag, 2 - PHP Version, 3 - opening bold tag, 4 - closing bold tag, 5 - opening bold tag, 6 - closing bold tag, 7 - opening anchor tag, 8 - closing anchor tag, 9 - closing paragraph tag */
62-
__( '%1$s You\'re using a PHP version lower than %2$s! %3$sOptimole%4$s requires at least %5$sPHP %2$s%6$s to function properly. Plugin has been deactivated. %7$sLearn more here%8$s. %9$s', 'optimole-wp' ),
61+
/* translators: 1 - opening paragraph tag, 2 - PHP Version, 3 - opening bold tag, 4 - closing bold tag, 5 - opening anchor tag, 6 - closing anchor tag, 7 - closing paragraph tag */
62+
__( '%1$sYou\'re using a PHP version lower than %2$s! %3$sOptimole%4$s requires at least %3$sPHP %2$s%4$s to function properly. Plugin has been deactivated. %5$sLearn more here%6$s. %7$s', 'optimole-wp' ),
6363
'<p>',
6464
'7.4',
6565
'<b>',
6666
'</b>',
67-
'<b>',
68-
'</b>',
6967
'<a href="https://themeisle.com/blog/upgrade-wordpress-to-php-7/" target="_blank">',
7068
'</a>',
7169
'</p>'

0 commit comments

Comments
 (0)