The tag is no longer private

A private tag is never loaded for visitor, making this feature useless.
This commit is contained in:
ArthurHoaro 2016-05-30 18:51:00 +02:00
parent 6d03a9b2b3
commit 8c4e60186d
2 changed files with 20 additions and 5 deletions

View file

@ -125,7 +125,8 @@ class PluginMarkdownTest extends PHPUnit_Framework_TestCase
$data = array(
'links' => array(array(
'description' => $str,
'tags' => NO_MD_TAG
'tags' => NO_MD_TAG,
'taglist' => array(NO_MD_TAG),
))
);
@ -140,7 +141,8 @@ class PluginMarkdownTest extends PHPUnit_Framework_TestCase
// nth link
0 => array(
'formatedDescription' => $str,
'tags' => NO_MD_TAG
'tags' => NO_MD_TAG,
'taglist' => array(),
),
),
),