Revert "Move share content conversion before link handling in Text\BBCode::convert"

This reverts commit 010ec99b35.
This commit is contained in:
Hypolite Petovan 2020-06-04 11:11:44 -04:00
parent 010ec99b35
commit f68652d61c
2 changed files with 9 additions and 10 deletions

View file

@ -236,7 +236,7 @@ class BBCodeTest extends MockedTest
'bug-7808-code-amp' => [
'expectedHtml' => '<code>&amp;</code>',
'text' => '[code]&[/code]',
],
]
];
}