Review: Removed unused code in include/bbcode
This commit is contained in:
parent
60d4c6b86e
commit
3dab04e6cc
|
@ -485,8 +485,6 @@ function bb_ShareAttributes($share, $simplehtml)
|
||||||
|
|
||||||
$posted = "";
|
$posted = "";
|
||||||
|
|
||||||
$itemcache = get_itemcachepath();
|
|
||||||
|
|
||||||
preg_match("/posted='(.*?)'/ism", $attributes, $matches);
|
preg_match("/posted='(.*?)'/ism", $attributes, $matches);
|
||||||
if (x($matches, 1)) {
|
if (x($matches, 1)) {
|
||||||
$posted = $matches[1];
|
$posted = $matches[1];
|
||||||
|
|
Loading…
Reference in a new issue