Index: trunk/extensions/NewUserNotif/README |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | '$wgContLang->date( wfTimestampNow() )', // $5 Date Stamp |
100 | 100 | '$wgContLang->time( wfTimestampNow() )', // $6 Time Stamp |
101 | 101 | |
102 | | -You can then either edit MediaWiki:Newusernotifbody to make use of the new parameters (e.g. add "\n\nThe request came from $7.") or alternatively if you haven't customised the message you can edit NewUserNotif.i18n.php and make the change there to avoid creating a new wiki page (e.g. if your wiki is in English, change the 'en' array.) |
| 102 | +You can then either edit MediaWiki:Newusernotifbody to make use of the new parameters (e.g. add "\n\nThe request came from $7."). |
103 | 103 | |
104 | 104 | === 6.1 Upgrading from 1.5.1 === |
105 | 105 | |