https://bugzilla.wikimedia.org/show_bug.cgi?id=28958
--- Comment #5 from Mark A. Hershberger <[email protected]> 2011-05-14 16:43:39 UTC --- (In reply to comment #4) > Little more: how to know on which line(s) of the file given message key is? "grep -n file" works for me ;) Alternatively use file_get_contents() and count the newlines before the message you're searching for. Or, use token_get_all() -- 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
