https://bugzilla.wikimedia.org/show_bug.cgi?id=24080

           Summary: No title="" text for "New Messages" (lqt_newmessages)
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: LiquidThreads
        AssignedTo: [email protected]
        ReportedBy: [email protected]


I couldn't find a way to quickly add this myself, but this needs a title=""
element:

        // Add new messages link.
        $url = SpecialPage::getTitleFor( 'NewMessages' )->getLocalURL();
        $msg = $newMessagesCount ? 'lqt-newmessages-n' : 'lqt_newmessages';
        $newMessagesLink = array(
            'href' => $url,
            'text' => wfMsg( $msg, $wgLang->formatNum( $newMessagesCount ) ),
            'active' => $newMessagesCount > 0,
        );

Then you'd get a text when you hover over it like the rest of the toolbar
buttons.

-- 
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

Reply via email to