Skip to content

Commit

Permalink
don't place {{Talk header}} on user talk pages
Browse files Browse the repository at this point in the history
Fixes #347
  • Loading branch information
NovemLinguae committed Apr 25, 2024
1 parent b907dca commit a847d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@

userTalkPage.exists().done( function ( exists ) {
userTalkPage.edit( {
contents: ( exists ? '' : '{{Talk header}}' ) + '\n\n' + options.message,
contents: options.message,
summary: options.summary || 'Notifying user',
mode: 'appendtext',
statusText: 'Notifying',
Expand Down

0 comments on commit a847d1c

Please sign in to comment.