v1.8.1
This commit is contained in:
parent
1460cb231f
commit
27ce69c2d2
9 changed files with 188 additions and 61 deletions
|
|
@ -309,7 +309,7 @@ $compat_warnings = 0;
|
|||
? $sub_text . ' @ ' . $bound_text . $count_txt
|
||||
: $bound_text . $count_txt;
|
||||
} elseif ( '' !== $count_txt ) {
|
||||
$sub_text = '' !== $sub_text ? $sub_text . $count_txt : 'Subscribed' . $count_txt;
|
||||
$sub_text = '' !== $sub_text ? $sub_text . $count_txt : __( 'Subscribed', 'robotstxt-manager' ) . $count_txt;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue