From 224dfaeb33f459d7f145398b999ba0a93ddb2910 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 10 Feb 2012 20:52:57 +0000 Subject: [PATCH] * Removed thumb.php comment about ProofreadPage, page numbers are more general. * Added ExtractThumbParameters hook handlers for ogg and tiff handler extensions. --- thumb.php | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1