Add docs
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 22 Apr 2011 11:20:28 +0000 (11:20 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 22 Apr 2011 11:20:28 +0000 (11:20 +0000)
includes/GlobalFunctions.php

index 02c793e..d9db140 100644 (file)
@@ -3254,6 +3254,8 @@ function wfStripIllegalFilenameChars( $name ) {
  * @param $array Array: The array.
  * @param $insert Array: The array to insert.
  * @param $after Mixed: The key to insert after
+ * @return Array
+ * @since 1.16
  */
 function wfArrayInsertAfter( $array, $insert, $after ) {
        // Find the offset of the element to insert after.