This commit is contained in:
Tim Starling 2008-10-28 14:55:42 +00:00
parent 2c4eae4b92
commit f72ef5416f

View file

@ -664,7 +664,7 @@ class Revision {
* $row is usually an object from wfFetchRow(), both the flags and the text
* field must be included
*
* @param integer $row Id of a row
* @param object $row The text data
* @param string $prefix table prefix (default 'old_')
* @return string $text|false the text requested
*/