Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -705,9 +705,12 @@ |
706 | 706 | * @param $key String: lookup key for the message, usually |
707 | 707 | * defined in languages/Language.php |
708 | 708 | * |
709 | | - * This function also takes extra optional parameters (not |
710 | | - * shown in the function definition), which can be used to |
711 | | - * insert variable text into the predefined message. |
| 709 | + * Parameters to the message, which can be used to insert variable text into |
| 710 | + * it, can be passed to this function in the following formats: |
| 711 | + * - One per argument, starting at the second parameter |
| 712 | + * - As an array in the second parameter |
| 713 | + * These are not shown in the function definition. |
| 714 | + * |
712 | 715 | * @return String |
713 | 716 | */ |
714 | 717 | function wfMsg( $key ) { |