Page MenuHomePhabricator

Spelling correction: ArticleRevisionVisiblitySet -> ArticleRevisionVisibilitySet
Closed, ResolvedPublic

Description

Author: tisane2718

Description:
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 ) );


Version: unspecified
Severity: trivial

Details

Reference
bz23676

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:59 PM
bzimport set Reference to bz23676.