Review: Removed unused code in include/bbcode
This commit is contained in:
@@ -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];
|
||||||
|
|||||||
Reference in New Issue
Block a user