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