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

Happy-melon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Happy-melon <[email protected]> 2011-04-02 
19:35:00 UTC ---
So you're saying that 

    if( $wgRequest->wasPosted() ){
        # Ok, so we got a POST submission asking us to reblock a user...
        # confirm checkbox; the user will only see it if they haven't
previously
        $fields['Confirm']['type'] = 'check';
    }

is broken because of the apostrophe in "haven't"; but that 

    if( $wgRequest->wasPosted() ){
        // Ok, so we got a POST submission asking us to reblock a user...
        // confirm checkbox; the user will only see it if they haven't
previously
        $fields['Confirm']['type'] = 'check';
    }

would be fine?  What happens to doxygen in the former case?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to