@@ -352,7 +352,7 @@ |
||
| 352 | 352 | . '\\[\\/\\2\\]' // Closing shortcode tag |
| 353 | 353 | . ')?' |
| 354 | 354 | . ')' |
| 355 | - . '(\\]?)'; // 6: Optional second closing brocket for escaping shortcodes: [[tag]] |
|
| 355 | + . '(\\]?)'; // 6: Optional second closing brocket for escaping shortcodes: [[tag]] |
|
| 356 | 356 | } |
| 357 | 357 | |
| 358 | 358 | /** |
@@ -72,7 +72,7 @@ |
||
| 72 | 72 | |
| 73 | 73 | $contents = $this->getContents(); |
| 74 | 74 | |
| 75 | - if($this->shortcode->isStrip()) |
|
| 75 | + if ($this->shortcode->isStrip()) |
|
| 76 | 76 | { |
| 77 | 77 | // strip content without shortcodes |
| 78 | 78 | $contents = $this->shortcode->strip($contents); |