Skip to content

Commit

Permalink
If applying an edit tag, don't append to edit summary at all
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.code.sf.net/p/autowikibrowser/code/AWB@12196 5227b50d-9349-4574-b055-4b0a7525e11c
  • Loading branch information
reedy committed Jan 17, 2018
1 parent 089f803 commit 9c560a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions WikiFunctions/Variables.cs
Expand Up @@ -350,6 +350,12 @@ public static string SummaryTag
{
get
{
if (TagEdits)
{
// If we're applying an Edit Tag, don't append "using AWB" to the Edit Summary
return "";
}

string text = " " + mSummaryTag + " " + WPAWB;
#if DEBUG
text += " (" + RevisionNumber + ")";
Expand Down

0 comments on commit 9c560a8

Please sign in to comment.