Added hook point to allow extensions to add to contentSub on Special:Contributions.
[lhc/web/wiklou.git] / thumb.php
index f3661bc..2159d2e 100644 (file)
--- a/thumb.php
+++ b/thumb.php
@@ -2,6 +2,8 @@
 
 /**
  * PHP script to stream out an image thumbnail.
+ *
+ * @addtogroup Media
  */
 define( 'MW_NO_OUTPUT_COMPRESSION', 1 );
 require_once( './includes/WebStart.php' );