Remove some emotional outbursts
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 5 May 2008 18:00:45 +0000 (18:00 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 5 May 2008 18:00:45 +0000 (18:00 +0000)
includes/GlobalFunctions.php
includes/Parser.php
includes/Parser_OldPP.php

index fb2dfaa..148805a 100644 (file)
@@ -2020,8 +2020,6 @@ function wfRelativePath( $path, $from ) {
  * arrays to be randomly corrupted just because some of them consist
  * of numbers.
  *
- * Fuck you, PHP. Fuck you in the ear!
- *
  * @param array $array1, [$array2, [...]]
  * @return array
  */
index a5162d6..db896ae 100644 (file)
@@ -1570,7 +1570,7 @@ class Parser
                        if ( preg_match( $e1, $line, $m ) ) { # page with normal text or alt
                                $text = $m[2];
                                # If we get a ] at the beginning of $m[3] that means we have a link that's something like:
-                               # [[Image:Foo.jpg|[http://example.com desc]]] <- having three ] in a row fucks up,
+                               # [[Image:Foo.jpg|[http://example.com desc]]] <- having three ] in a row messes up,
                                # the real problem is with the $e1 regex
                                # See bug 1300.
                                #
index 840b1c6..1a9438b 100644 (file)
@@ -1583,7 +1583,7 @@ class Parser_OldPP
                        if ( preg_match( $e1, $line, $m ) ) { # page with normal text or alt
                                $text = $m[2];
                                # If we get a ] at the beginning of $m[3] that means we have a link that's something like:
-                               # [[Image:Foo.jpg|[http://example.com desc]]] <- having three ] in a row fucks up,
+                               # [[Image:Foo.jpg|[http://example.com desc]]] <- having three ] in a row messes up,
                                # the real problem is with the $e1 regex
                                # See bug 1300.
                                #