Skip to content

Commit

Permalink
removing comment and correcting typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FlominatorTM committed Nov 26, 2016
1 parent 24911dc commit b756166
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wawewewi.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function ask_to_cut_org($oldid, $diff)
function check_bonus_categories($src_old)
{
$bonus_cats[] = 'Wissenschaft';
$bonus_cats[] = 'Politik (USA)';
$bonus_cats[] = 'Politik (Vereinigte Staaten)';
$bonus_cats[] = 'Umwelt und Natur';

echo "<h3>Bonus-Kategorien</h3>";
Expand Down Expand Up @@ -483,7 +483,6 @@ function show_removed_templates($article, $src_old, $src_new)
{
echo "<h3>Entfernte Bausteine</h3>";
$removedTemplates = find_removed_markers($src_new, scan_for_marker_templates($src_old));
echo "Aus dem Artikel entfernte Bausteine:";
echo "<ul>";
foreach($removedTemplates as $rem )
{
Expand Down

0 comments on commit b756166

Please sign in to comment.