r81893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r81892‎ | r81893 | r81894 >
Date:16:08, 10 February 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix profiling
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -1667,11 +1667,10 @@
16681668 * escape), or false for no accesskey attribute
16691669 */
16701670 public function accesskey( $name ) {
1671 - wfProfileIn( __METHOD__ );
1672 -
16731671 if ( isset( $this->accesskeycache[$name] ) ) {
16741672 return $this->accesskeycache[$name];
16751673 }
 1674+ wfProfileIn( __METHOD__ );
16761675
16771676 $message = wfMessage( "accesskey-$name" );
16781677

Follow-up revisions

RevisionCommit summaryAuthorDate
r81900Fix the wrong merge of r81894 after r81893platonides16:47, 10 February 2011
r819211.17wmf1: MFT r81729, r81890, r81891, r81892, r81893, r81894, r81896, r81897,...catrope22:42, 10 February 2011
r85148MFT: r80495, r80610, r80765, r81177, r81490, r81692, r81707, r81729, r81765, ...demon20:11, 1 April 2011

Status & tagging log