@ tags becoming # tags during atom transit
This commit is contained in:
parent
1a7badb405
commit
b20afbc9e4
|
@ -2674,7 +2674,7 @@ function item_getfeedtags($item) {
|
|||
if($cnt) {
|
||||
for($x = 0; $x < count($matches); $x ++) {
|
||||
if($matches[1][$x])
|
||||
$ret[] = array('#',$matches[1][$x], $matches[2][$x]);
|
||||
$ret[] = array('@',$matches[1][$x], $matches[2][$x]);
|
||||
}
|
||||
}
|
||||
return $ret;
|
||||
|
|
Loading…
Reference in a new issue