We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd75472 + 9806bea commit e6e5186Copy full SHA for e6e5186
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