The tag is no longer private
A private tag is never loaded for visitor, making this feature useless.
This commit is contained in:
parent
6d03a9b2b3
commit
8c4e60186d
2 changed files with 20 additions and 5 deletions
tests/plugins
|
@ -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(),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue