Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -778,8 +778,7 @@ |
779 | 779 | * <i>content</i>: fetch message for content language instead of interface |
780 | 780 | * Also can accept a single associative argument, of the form 'language' => 'xx': |
781 | 781 | * <i>language</i>: Language object or language code to fetch message for |
782 | | - * (overriden by <i>content</i>), its behaviour with parse, parseinline |
783 | | - * and parsemag is undefined. |
| 782 | + * (overriden by <i>content</i>). |
784 | 783 | * Behavior for conflicting options (e.g., parse+parseinline) is undefined. |
785 | 784 | * |
786 | 785 | * @return String |