Index: branches/wmf/1.18wmf1/includes/parser/Parser.php |
— | — | @@ -2957,7 +2957,7 @@ |
2958 | 2958 | # @todo FIXME: If piece['parts'] is null then the call to getLength() below won't work b/c this $args isn't an object |
2959 | 2959 | $args = ( null == $piece['parts'] ) ? array() : $piece['parts']; |
2960 | 2960 | wfProfileOut( __METHOD__.'-setup' ); |
2961 | | - wfProfileIn( __METHOD__."-title-$originalTitle" ); |
| 2961 | + // wfProfileIn( __METHOD__."-title-$originalTitle" ); |
2962 | 2962 | |
2963 | 2963 | # SUBST |
2964 | 2964 | wfProfileIn( __METHOD__.'-modifiers' ); |
— | — | @@ -3176,7 +3176,7 @@ |
3177 | 3177 | # Recover the source wikitext and return it |
3178 | 3178 | if ( !$found ) { |
3179 | 3179 | $text = $frame->virtualBracketedImplode( '{{', '|', '}}', $titleWithSpaces, $args ); |
3180 | | - wfProfileOut( __METHOD__."-title-$originalTitle" ); |
| 3180 | + // wfProfileOut( __METHOD__."-title-$originalTitle" ); |
3181 | 3181 | wfProfileOut( __METHOD__ ); |
3182 | 3182 | return array( 'object' => $text ); |
3183 | 3183 | } |
— | — | @@ -3245,7 +3245,7 @@ |
3246 | 3246 | $ret = array( 'text' => $text ); |
3247 | 3247 | } |
3248 | 3248 | |
3249 | | - wfProfileOut( __METHOD__."-title-$originalTitle" ); |
| 3249 | + // wfProfileOut( __METHOD__."-title-$originalTitle" ); |
3250 | 3250 | wfProfileOut( __METHOD__ ); |
3251 | 3251 | return $ret; |
3252 | 3252 | } |