📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
X

RSS QuotePlugin::getQuote calls getBbCodeForQuote twice

X

Xon

Guest
Guest or Bot
PHP:

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...
 
Similar content Most view View more
Back
Top