Skip to content

Commit

Permalink
added "'numbers' => false" in the wikilink conf array; it's false by …
Browse files Browse the repository at this point in the history
…default to maintain previous behavior.

git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@159570 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
Paul M Jones committed May 25, 2004
1 parent c80dea5 commit 433b024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Text/Wiki.php
Expand Up @@ -269,6 +269,7 @@ class Text_Wiki {
'flag' => true,
'conf' => array(
'pages' => array(),
'numbers' => false,
'view_url' => 'http://example.com/index.php?page=%s',
'new_url' => 'http://example.com/new.php?page=%s',
'new_text' => '?'
Expand Down

0 comments on commit 433b024

Please sign in to comment.