예제 #1
0
 function duplicateEntries($ot, $nt)
 {
     # duplicate watchlist entries for the target page
     # When using ENotif, talkpages have distinct watchlist entries
     # existing talkpage entries in the watchlist will be moved, too
     WatchedItem::duplicateEntriesNs($ot, $nt, false);
     WatchedItem::duplicateEntriesNs($ot, $nt, true);
 }