Merge "Remove old comments talking about removed code"

This commit is contained in:
jenkins-bot 2020-01-09 10:58:34 +00:00 committed by Gerrit Code Review
commit d3c585ceb1

View file

@ -449,7 +449,6 @@ class Cite {
# Undo effects of calling <ref> while unaware of containing <references>
$redoStack = $this->referenceStack->rollbackRefs( $count );
# Rerun <ref> call now that mInReferences is set.
foreach ( $redoStack as $call ) {
$this->guardedRef( $parser, ...$call );
}
@ -475,11 +474,6 @@ class Cite {
}
/**
* Make output to be returned from the references() function.
*
* If called outside of references(), caller is responsible for ensuring
* `mInReferences` is enabled before the call and disabled after call.
*
* @param Parser $parser
* @param string $group
* @param string|null $responsive Defaults to $wgCiteResponsiveReferences when not set