Clarify the $section parameter a bit on Article::replaceSection() to indicate accepta...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Dec 2008 01:05:51 +0000 (01:05 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 12 Dec 2008 01:05:51 +0000 (01:05 +0000)
commit60be1d02b9c1fa1bdd3fe407ddea55e1e12f7dfa
treec9f163ab36f86796ac41a1fbec5b79a2a829174f
parent043398796e52eb2f5bf882c3a956fbb1c022e311
Clarify the $section parameter a bit on Article::replaceSection() to indicate acceptable input values.
Throw in a strval() around the param on compare so if somebody thinks "hey I'll make it a === because it's 5ns faster" again it won't break anything. :)
includes/Article.php