false
Disable links to talk pages of anonymous users (IPs) in listings on special pages like page history, recent changes, etc.
This does not disable the talk page itself, nor does it remove the "mytalk" link anonymous visitors see on top of every page. For that, use the PersonalUrls hook to remove the link to the talk page of anonymous users:
$wgHooks['PersonalUrls'][] = 'lfRemoveAnonUserpageLink'; function lfRemoveAnonUserpageLink( &$personal_urls, $title ) { unset( $personal_urls['anontalk'] ); return true; }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4