Index: trunk/extensions/Translate/MessageChecks.php |
— | — | @@ -108,6 +108,7 @@ |
109 | 109 | if ( preg_match( '/({{ns:)?special(}})?:.*/sDui', $matches[1][$i] ) ) continue; |
110 | 110 | if ( preg_match( '/{{mediawiki:.*}}/sDui', $matches[1][$i] ) ) continue; |
111 | 111 | if ( preg_match( '/user([ _]talk)?:.*/sDui', $matches[1][$i] ) ) continue; |
| 112 | + if ( preg_match( '/:?\$[1-9]/sDu', $matches[1][$i] ) ) continue; |
112 | 113 | |
113 | 114 | $links[] = "[[{$matches[1][$i]}|{$matches[2][$i]}]]"; |
114 | 115 | } |