mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
Do not, at comment either.
This commit is contained in:
parent
5d9c6a1e6d
commit
38ee73a9e2
1 changed files with 2 additions and 2 deletions
|
|
@ -318,7 +318,7 @@ class commentController extends comment
|
||||||
// remove XE's own tags from the contents
|
// remove XE's own tags from the contents
|
||||||
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
||||||
|
|
||||||
if(Mobile::isFromMobilePhone())
|
if(Mobile::isFromMobilePhone() && !$manual_inserted)
|
||||||
{
|
{
|
||||||
if($obj->use_html != 'Y')
|
if($obj->use_html != 'Y')
|
||||||
{
|
{
|
||||||
|
|
@ -721,7 +721,7 @@ class commentController extends comment
|
||||||
// remove XE's wn tags from contents
|
// remove XE's wn tags from contents
|
||||||
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
$obj->content = preg_replace('!<\!--(Before|After)(Document|Comment)\(([0-9]+),([0-9]+)\)-->!is', '', $obj->content);
|
||||||
|
|
||||||
if(Mobile::isFromMobilePhone())
|
if(Mobile::isFromMobilePhone() && !$manual_inserted)
|
||||||
{
|
{
|
||||||
if($obj->use_html != 'Y')
|
if($obj->use_html != 'Y')
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue