ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,163
- Points
- 823
Reputation:
PHP:
I'm not sure there is much point to calling
Also
PHP:
Read more
Continue reading...
Code:
$innerContent = $this->app->stringFormatter()->getBbCodeForQuote($message, $context);
if (strlen($innerContent))
{
$quote = $content->getQuoteWrapper(
$this->app->stringFormatter()->getBbCodeForQuote($message, $context)
);
}
I'm not sure there is much point to calling
getBbCodeForQuote
twice instead of just using that $innerContent
variable.Also
actionMultiQuote()
should have some updates;PHP:
Code:
if (!$message)
{
continue;
}...
Read more
Continue reading...