r86699 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86698‎ | r86699 | r86700 >
Date:11:20, 22 April 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Add docs
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -3254,6 +3254,8 @@
32553255 * @param $array Array: The array.
32563256 * @param $insert Array: The array to insert.
32573257 * @param $after Mixed: The key to insert after
 3258+ * @return Array
 3259+ * @since 1.16
32583260 */
32593261 function wfArrayInsertAfter( $array, $insert, $after ) {
32603262 // Find the offset of the element to insert after.

Status & tagging log