Content deleted Content added
Tweak batch deletion settings so that only around 3% will be left over due to general weirdness. It's slower, but alas. |
preparation for Vector Twinkle menu |
||
Line 45:
function twinklebatchdelete() {
if( userIsInGroup( 'sysop' ) && (wgNamespaceNumber > 0 || wgCanonicalSpecialPageName == 'Prefixindex') ) {
addPortletLink( pTwinkle || 'p-cactions', "javascript:twinklebatchdelete.callback()", "D-batch", "tw-batch", "Delete pages found in this category/on this page", "");
}
}
|