We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd75472 commit 9806beaCopy full SHA for 9806bea
1 file changed
classes/class-wplf-polylang.php
@@ -5,7 +5,7 @@ class WPLF_Polylang {
5
* CPT for the forms
6
*/
7
public static $instance;
8
- protected $regular_expression = "/{{\s*.+\s*}}/";
+ protected $regular_expression = "/{{[^{}\n]+}}/";
9
protected $strings = array();
10
11
public static function init() {
0 commit comments