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

           Summary: Spelling correction: ArticleRevisionVisiblitySet ->
                    ArticleRevisionVisibilitySet
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: Normal
         Component: Revision deletion
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The name is missing an "i". In case there is some wiki using this hook, I
suppose we could change the code to include both:

wfRunHooks( 'ArticleRevisionVisiblitySet', array( &$this->title ) ); #
Deprecated
wfRunHooks( 'ArticleRevisionVisibilitySet', array( &$this->title ) );

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