Skip to content

Commit

Permalink
Rename method to redcloth_lists()
Browse files Browse the repository at this point in the history
  • Loading branch information
netcarver committed Apr 22, 2012
1 parent 33b7245 commit 3d80613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions classTextile.php
Expand Up @@ -798,7 +798,7 @@ function fTable($matches)
}

// -------------------------------------------------------------
function rc_lists($text)
function redcloth_lists($text)
{
return preg_replace_callback("/^([-]+$this->lc[ .].*:=.*)$(?![^-])/smU", array(&$this, "fRCList"), $text);
}
Expand Down Expand Up @@ -1102,7 +1102,7 @@ function graf($text)

if (!$this->lite) {
$text = $this->table($text);
$text = $this->rc_lists($text);
$text = $this->redcloth_lists($text);
$text = $this->lists($text);
}

Expand Down

0 comments on commit 3d80613

Please sign in to comment.