Index: trunk/phase3/includes/parser/CoreParserFunctions.php |
— | — | @@ -282,8 +282,10 @@ |
283 | 283 | |
284 | 284 | // Some shortcuts to avoid loading user data unnecessarily |
285 | 285 | if ( count( $forms ) === 0 ) { |
| 286 | + wfProfileOut( __METHOD__ ); |
286 | 287 | return ''; |
287 | 288 | } elseif ( count( $forms ) === 1 ) { |
| 289 | + wfProfileOut( __METHOD__ ); |
288 | 290 | return $forms[0]; |
289 | 291 | } |
290 | 292 | |