Make attachment BBCode regex for phpBB less specific
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 21 Sep 2020 10:06:18 +0000 (12:06 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 21 Sep 2020 10:07:43 +0000 (12:07 +0200)
commit2eabccce5d76ebffc94eedb1015806bbf9ead2ce
tree46b169e650677659c12c7f5f5ffbb25f5d40247b
parent490e8074d1fe431574b3d305f545f0f75f93a970
Make attachment BBCode regex for phpBB less specific

Apparently phpBB 3.2 no longer uses the HTML comments within the BBCode tags:

   [attachment=1]IMG_*redacted*.jpg[/attachment]
   [attachment=0]*redacted*_*redacted*.jpg[/attachment]
files/lib/system/exporter/PhpBB31xExporter.class.php