Index: trunk/phase3/includes/parser/ParserOutput.php |
— | — | @@ -100,8 +100,7 @@ |
101 | 101 | } |
102 | 102 | } |
103 | 103 | |
104 | | -class ParserOutput extends CacheTime |
105 | | -{ |
| 104 | +class ParserOutput extends CacheTime { |
106 | 105 | var $mText, # The output text |
107 | 106 | $mLanguageLinks, # List of the full text of language links, in the order they appear |
108 | 107 | $mCategories, # Map of category names to sort keys |
— | — | @@ -149,7 +148,6 @@ |
150 | 149 | function getNoGallery() { return $this->mNoGallery; } |
151 | 150 | function getHeadItems() { return $this->mHeadItems; } |
152 | 151 | function getModules() { return $this->mModules; } |
153 | | - function getSubtitle() { return $this->mSubtitle; } |
154 | 152 | function getOutputHooks() { return (array)$this->mOutputHooks; } |
155 | 153 | function getWarnings() { return array_keys( $this->mWarnings ); } |
156 | 154 | function getIndexPolicy() { return $this->mIndexPolicy; } |
— | — | @@ -293,7 +291,7 @@ |
294 | 292 | * @return String |
295 | 293 | */ |
296 | 294 | public function getDisplayTitle() { |
297 | | - $t = $this->getTitleText( ); |
| 295 | + $t = $this->getTitleText(); |
298 | 296 | if( $t === '' ) { |
299 | 297 | return false; |
300 | 298 | } |