Skip to content

Commit

Permalink
Comment: We match either [color..] or [/color], will be post synchron…
Browse files Browse the repository at this point in the history
…ized

git-svn-id: https://svn.php.net/repository/pear/packages/Text_Wiki/trunk@190581 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
bertrand Gugger committed Jul 12, 2005
1 parent 8fbd742 commit 28af211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Text/Wiki/BBCode/Parse/Colortext.php
Expand Up @@ -22,7 +22,7 @@ class Text_Wiki_Parse_Colortext extends Text_Wiki_Parse_BBCode {
*
* The regular expression used to parse the source text and find
* matches conforming to this rule. Used by the parse() method.
* We match only [color..]...[/color] with no nesting (will rerun)
* We match either [color..] or [/color], will be post synchronized
*
* @access public
*
Expand Down

0 comments on commit 28af211

Please sign in to comment.