[FacebookBridge] Remove relative date from content (#1212)
Remove relative date from content, as well as the separator after it. As mentioned in #1188.
This commit is contained in:
parent
2eee535171
commit
21b27a1042
1 changed files with 2 additions and 0 deletions
|
@ -580,6 +580,8 @@ EOD;
|
||||||
'._5mly', // Remove embedded videos (the preview image remains)
|
'._5mly', // Remove embedded videos (the preview image remains)
|
||||||
'._2ezg', // Remove "Views ..."
|
'._2ezg', // Remove "Views ..."
|
||||||
'.hidden_elem', // Remove hidden elements (they are hidden anyway)
|
'.hidden_elem', // Remove hidden elements (they are hidden anyway)
|
||||||
|
'.timestampContent', // Remove relative timestamp
|
||||||
|
'._6spk', // Remove redundant separator
|
||||||
);
|
);
|
||||||
|
|
||||||
foreach($content_filters as $filter) {
|
foreach($content_filters as $filter) {
|
||||||
|
|
Loading…
Reference in a new issue