Documentation
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index a61420d..2aab35a 100644 (file)
@@ -3352,7 +3352,7 @@ function wfFindFile( $title, $options = array() ) {
  * Get an object referring to a locally registered file.
  * Returns a valid placeholder object if the file does not exist.
  *
- * @param $title Title or String
+ * @param $title Title|String
  * @return File|null A File, or null if passed an invalid Title
  */
 function wfLocalFile( $title ) {