* changed function magicRFC: documented it, and rewrote a small part of the
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 7 Apr 2005 14:24:42 +0000 (14:24 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Thu, 7 Apr 2005 14:24:42 +0000 (14:24 +0000)
commit46f07aa69cee0cf5ffa1806aaa4e33850260b3e4
tree1e3cc7025941d45d8e04dc0952b4ecfe9adba90e
parent49e4a88068f24c317edd395fe6c45adb6d315250
* changed function magicRFC: documented it, and rewrote a small part of the
  code, don't use stuff like $x = wfMsg( 'msg' ); $x = str_replace( '$1', $str, $x );
  when you can use $x = wfMsg( 'msg', $str );
includes/Parser.php