r41669 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41668‎ | r41669 | r41670 >
Date:22:26, 4 October 2008
Author:sanbeg
Status:old
Tags:
Comment:
update comment
Modified paths:
  • /trunk/extensions/Cite/Cite_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Cite/Cite_body.php
@@ -131,9 +131,9 @@
132132 list($key,$group) = $this->refArg( $argv );
133133
134134 if( $str === '' ) {
135 - # <ref ...></ref>. This construct is always invalid: either
136 - # it's a contentful ref, or it's a named duplicate and should
137 - # be <ref ... />.
 135+ # <ref ...></ref>. This construct is invalid if
 136+ # it's a contentful ref, but OK if it's a named duplicate and should
 137+ # be equivalent <ref ... />, for compatability with #tag.
138138 if ( $key == false )
139139 return $this->error( 'cite_error_ref_no_input' );
140140 else

Status & tagging log