https://bugzilla.wikimedia.org/show_bug.cgi?id=29722
--- Comment #1 from Ryan Kaldari <[email protected]> 2011-07-13 23:40:41 UTC --- Maybe we could add some kind of check for the redirect... if ( strstr( $page, '#REDIRECT' ) ) { $pattern = '/#REDIRECT\s*\[\[(.*)\]\]/i'; $tester = preg_match( $pattern, $page, $matches ); $talkPageTitle = $matches[1]; } (might need to be in javascript though depending on if we're doing it client-side or server-side) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
