r66667 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r66666‎ | r66667 | r66668 >
Date:23:36, 19 May 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r66664
Modified paths:
  • /trunk/extensions/Awesomeness/Awesomeness.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Awesomeness/Awesomeness.php
@@ -50,7 +50,7 @@
5151
5252 if ( strtolower( $_SERVER['QUERY_STRING'] ) == 'isthiswikiawesome' ) {
5353 $O_o = 'Hell yeah!';
54 - } else if ( preg_match( '/^[0Oo°][-_\.][0Oo°]$/', $_SERVER['QUERY_STRING'] ) ) {
 54+ } else if ( preg_match( '/^[0o°xt][-_\.][0o°xt]$/i', $_SERVER['QUERY_STRING'] ) ) {
5555 $O_o = strrev( $_SERVER['QUERY_STRING'] );
5656 }
5757

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r66664Made more awesome, based on code by Dantmanjeroendedauw23:28, 19 May 2010

Status & tagging log