made some changes getting ready to release it
[editimage_extension] / EditImage.php
index af64e8dde84a7a5ade15577bbc579833c82ae67e..10e51e0b2571068bec49c6c820cb14cc8a48e916 100644 (file)
@@ -38,8 +38,6 @@ $wgExtensionCredits['specialpage'][] = array(
     'description' => 'This extension provides a way for Mediawiki users to edit images from the web.'
 );
 
-
-
 function wfAddActionContentHook( &$content_actions ) {
     global $wgRequest, $wgRequest, $wgTitle;
     

Benjamin Mako Hill || Want to submit a patch?