From: Niklas Laxström Date: Fri, 22 Apr 2011 11:20:28 +0000 (+0000) Subject: Add docs X-Git-Tag: 1.31.0-rc.0~30639 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=64163f05062a7f5f4be76d0794f329ab31942fec;p=lhc%2Fweb%2Fwiklou.git Add docs --- diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 02c793e58a..d9db140eab 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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.