Index: trunk/phase3/includes/QueryPage.php |
— | — | @@ -403,7 +403,7 @@ |
404 | 404 | ? ' class="not-patrolled"' |
405 | 405 | : ''; |
406 | 406 | $html[] = $this->listoutput |
407 | | - ? $format |
| 407 | + ? $line |
408 | 408 | : "<li{$attr}>{$line}</li>\n"; |
409 | 409 | } |
410 | 410 | } |
— | — | @@ -417,7 +417,7 @@ |
418 | 418 | ? ' class="not-patrolled"' |
419 | 419 | : ''; |
420 | 420 | $html[] = $this->listoutput |
421 | | - ? $format |
| 421 | + ? $line |
422 | 422 | : "<li{$attr}>{$line}</li>\n"; |
423 | 423 | } |
424 | 424 | } |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -434,6 +434,7 @@ |
435 | 435 | * Force non-MySQL databases to use an ORDER BY in SpecialAllpages to ensure |
436 | 436 | that the first page_title is truly the first page title. |
437 | 437 | * (bug 10836) Change the summary on creating of new section |
| 438 | +* Inclusion of Special:Wantedpages now works again |
438 | 439 | |
439 | 440 | == API changes since 1.10 == |
440 | 441 | |
— | — | @@ -530,7 +531,7 @@ |
531 | 532 | * Finnish (fi) |
532 | 533 | * Voro (fiu-vro) |
533 | 534 | * French (fr) |
534 | | -* Fran�ais Cadien (frc) (new) |
| 535 | +* Français Cadien (frc) (new) |
535 | 536 | * Franco-Provencal/Arpetan (frp) |
536 | 537 | * Galician (gl) |
537 | 538 | * Hakka (hak) |
— | — | @@ -550,7 +551,7 @@ |
551 | 552 | * Latin (la) |
552 | 553 | * Lao (lo) |
553 | 554 | * Lithuanian (lt) |
554 | | -* Latvie�u (lv) |
| 555 | +* Latviešu (lv) |
555 | 556 | * Malayalam (ml) |
556 | 557 | * Bahasa Melayu (ms) |
557 | 558 | * Burmese (my) |