Review: Removed unused code in include/bbcode

This commit is contained in:
Hypolite Petovan 2018-01-02 08:30:15 -05:00
parent 60d4c6b86e
commit 3dab04e6cc

View file

@ -485,8 +485,6 @@ function bb_ShareAttributes($share, $simplehtml)
$posted = "";
$itemcache = get_itemcachepath();
preg_match("/posted='(.*?)'/ism", $attributes, $matches);
if (x($matches, 1)) {
$posted = $matches[1];