Ticket #23517: file.patch
| File file.patch, 814 bytes (added by sergem, 4 months ago) |
|---|
-
shortcodes.php
188 188 . '(?:' 189 189 . '\\/(?!\\])' // A forward slash not followed by a closing bracket 190 190 . '[^\\]\\/]*' // Not a closing bracket or forward slash 191 . '|' 192 . '(?<=\\S)\\/' // A forward slash if preceded by non-whitespace 191 193 . ')*?' 192 194 . ')' 193 195 . '(?:' 194 . '( \\/)' // 4: Self closing tag...196 . '(?<!\\S)(\\/)' // 4: Self closing tag, if preceded by whitespace ... 195 197 . '\\]' // ... and closing bracket 196 198 . '|' 197 199 . '\\]' // Closing bracket