r109313 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109312‎ | r109313 | r109314 >
Date:05:28, 18 January 2012
Author:kaldari
Status:ok
Tags:
Comment:
hiding the other fax field
Modified paths:
  • /trunk/extensions/CongressLookup/SpecialCongressLookup.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CongressLookup/SpecialCongressLookup.php
@@ -325,9 +325,11 @@
326326 Html::element( 'td', array(), wfMsg( 'congresslookup-phone', $senator['phone'] ) )
327327 );
328328
 329+ /*
329330 $congressTable .= "\n" . Html::rawElement( 'tr', array(),
330331 Html::element( 'td', array(), wfMsg( 'congresslookup-fax', $senator['fax'] ) )
331332 );
 333+ */
332334
333335 if ( $senator['twitter'] ) {
334336 $congressTable .= "\n" . Html::rawElement( 'tr', array(),

Status & tagging log