From c787eb34e70840479029ed05252820b38ec0b91b Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Mon, 7 Apr 2014 14:41:09 +0200 Subject: [PATCH] Move betafeatures images into the images dir. It's not really nice to have this lying around in the root of the extension. Even if it's for beta, better to use a proper subdir, so the directory is somewhat 'readable' Change-Id: Ib6e6b27b2169626a4f9028fa0f772bbdab16a40c --- Math.hooks.php | 2 +- .../betafeatures-icon-VisualEditor-formulae-ltr.svg | 0 .../betafeatures-icon-VisualEditor-formulae-rtl.svg | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename betafeatures-icon-VisualEditor-formulae-ltr.svg => images/betafeatures-icon-VisualEditor-formulae-ltr.svg (100%) rename betafeatures-icon-VisualEditor-formulae-rtl.svg => images/betafeatures-icon-VisualEditor-formulae-rtl.svg (100%) diff --git a/Math.hooks.php b/Math.hooks.php index 7d5f71c..38c0d69 100644 --- a/Math.hooks.php +++ b/Math.hooks.php @@ -162,7 +162,7 @@ class MathHooks { 'label-message' => 'math-preference-mwmathinspector-label', 'desc-message' => 'math-preference-mwmathinspector-description', 'screenshot' => $wgExtensionAssetsPath . - "/Math/betafeatures-icon-VisualEditor-formulae-$dir.svg", + "/Math/images/betafeatures-icon-VisualEditor-formulae-$dir.svg", 'info-message' => 'math-preference-mwmathinspector-info-link', 'discussion-message' => 'math-preference-mwmathinspector-info-link', 'requirements' => array( diff --git a/betafeatures-icon-VisualEditor-formulae-ltr.svg b/images/betafeatures-icon-VisualEditor-formulae-ltr.svg similarity index 100% rename from betafeatures-icon-VisualEditor-formulae-ltr.svg rename to images/betafeatures-icon-VisualEditor-formulae-ltr.svg diff --git a/betafeatures-icon-VisualEditor-formulae-rtl.svg b/images/betafeatures-icon-VisualEditor-formulae-rtl.svg similarity index 100% rename from betafeatures-icon-VisualEditor-formulae-rtl.svg rename to images/betafeatures-icon-VisualEditor-formulae-rtl.svg