r81778 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81777
|
r81778
|
r81779
>
Date:
22:01, 8 February 2011
Author:
reedy
Status:
ok
Tags:
Comment:
Add missing wfProfileOut( __METHOD__ );
Modified paths:
/trunk/phase3/includes/resourceloader/ResourceLoader.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/resourceloader/ResourceLoader.php
—
—
@@ -207,6 +207,7 @@
208
208
foreach ( $name as $key => $value ) {
209
209
$this->register( $key, $value );
210
210
}
211
+ wfProfileOut( __METHOD__ );
211
212
return;
212
213
}
213
214
Follow-up revisions
Revision
Commit summary
Author
Date
r81851
1.17wmf1: MFT
r81765
,
r81778
catrope
22:16, 9 February 2011
r85148
MFT:
r80495
,
r80610
,
r80765
,
r81177
,
r81490
,
r81692
,
r81707
,
r81729
,
r81765
, ...
demon
20:11, 1 April 2011
Status & tagging log
20:13, 1 April 2011
😂
(
talk
|
contribs
)
changed the
tags
for r81778
[
removed:
1.17]
22:19, 9 February 2011
Catrope
(
talk
|
contribs
)
changed the
tags
for r81778
[
removed:
1.17wmf1]
22:13, 9 February 2011
Catrope
(
talk
|
contribs
)
changed the
status
of r81778
[
removed:
new
added:
ok]
21:56, 9 February 2011
Platonides
(
talk
|
contribs
)
changed the
tags
for r81778
[
added:
1.17wmf1]
22:01, 8 February 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r81778
[
added:
1.17]