Index: trunk/extensions/Translate/check-blacklist.php |
— | — | @@ -69,6 +69,14 @@ |
70 | 70 | ) |
71 | 71 | ), |
72 | 72 | array( |
| 73 | + 'group' => 'ext-articleassessmentpilot', |
| 74 | + 'check' => 'links', |
| 75 | + 'message' => array( |
| 76 | + 'articleassessment-results-show', // Contains incomplete wiki link that get rewritten by JavaScript |
| 77 | + 'articleassessment-results-hide', // Contains incomplete wiki link that get rewritten by JavaScript |
| 78 | + ) |
| 79 | +), |
| 80 | +array( |
73 | 81 | 'group' => 'ext-babel', |
74 | 82 | 'check' => 'variable', |
75 | 83 | 'message' => array( |