From: Aaron Schulz Date: Fri, 10 Feb 2012 20:52:57 +0000 (+0000) Subject: * Removed thumb.php comment about ProofreadPage, page numbers are more general. X-Git-Tag: 1.31.0-rc.0~24787 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=commitdiff_plain;h=224dfaeb33f459d7f145398b999ba0a93ddb2910;p=lhc%2Fweb%2Fwiklou.git * Removed thumb.php comment about ProofreadPage, page numbers are more general. * Added ExtractThumbParameters hook handlers for ogg and tiff handler extensions. --- diff --git a/thumb.php b/thumb.php index 1d2a576b6e..60a7ffb68b 100644 --- a/thumb.php +++ b/thumb.php @@ -271,7 +271,6 @@ function wfExtractThumbParams( $uri ) { } // Check if the parameters can be extracted from the thumbnail name... - // @TODO: remove 'page' stuff and make ProofreadPage handle it via hook. if ( preg_match( '!^(page(\d*)-)*(\d*)px-[^/]*$!', $thumbname, $matches ) ) { list( /* all */, $pagefull, $pagenum, $size ) = $matches; $params['width'] = $size;