XenForo
Administrative
- Thread starter
- Admin
- #1
I feel like I can't possibly be the only one that runs into this, but I couldn't find an existing bug report...
Pasting code snippets (and more specifically tabs) is screwy when in WYSIWYG editor mode...
In BBCode mode (not WYSIWYG), it works as expected:
PHP:
Read more
Read more about this Feed . . .
Pasting code snippets (and more specifically tabs) is screwy when in WYSIWYG editor mode...
In BBCode mode (not WYSIWYG), it works as expected:
PHP:
Code:
/**
* @param \DigitalPoint\Marketplace\Entity\Item $content
*/
public function getBreadcrumbs(Entity $content)
{
/** @var \XF\Mvc\Router $router */
$router = \XF::app()->container('router')...
Read more
Read more about this Feed . . .