jenkins-bot has submitted this change and it was merged.

Change subject: Remove images from task config
......................................................................


Remove images from task config

These were used for the special page, and inadvertently not removed.

Change-Id: If746aa0993af53c51fa36c6779e5e459d591a289
---
M GettingStarted.php
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Phuedx: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/GettingStarted.php b/GettingStarted.php
index 9fd0ffb..7610edd 100644
--- a/GettingStarted.php
+++ b/GettingStarted.php
@@ -29,26 +29,22 @@
  *  'toolbarDescription' - message key for primary description on toolbar
  *  'toolbarTryAnotherTitle' - message key for title text of 'Try Another' link
  *  'category' Category articles are from, e.g. 
'All_articles_needing_copy_edit'
- *  'image' (on-wiki or Commons filename without the File:)
  */
 $wgGettingStartedTasks = array(
        'copyedit' => array(
                'toolbarDescription' => 
'gettingstarted-task-copyedit-toolbar-description',
                'toolbarTryAnotherTitle' => 
'gettingstarted-task-copyedit-toolbar-try-another-title',
                'category' => 'All_articles_needing_copy_edit',
-               'image' => 'Icon-pencil.png'
        ),
        'clarify' => array(
                'toolbarDescription' => 
'gettingstarted-task-clarify-toolbar-description',
                'toolbarTryAnotherTitle' => 
'gettingstarted-task-clarify-toolbar-try-another-title',
                'category' => 'All_Wikipedia_articles_needing_clarification',
-               'image' => 'Icon-wrench.png'
        ),
        'addlinks' => array(
                'toolbarDescription' => 
'gettingstarted-task-addlinks-toolbar-description',
                'toolbarTryAnotherTitle' => 
'gettingstarted-task-addlinks-toolbar-try-another-title',
                'category' => 'All_articles_with_too_few_wikilinks',
-               'image' => 'Icon-addlinks.png'
        )
 );
 

-- 
To view, visit https://gerrit.wikimedia.org/r/111105
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If746aa0993af53c51fa36c6779e5e459d591a289
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/GettingStarted
Gerrit-Branch: master
Gerrit-Owner: Mattflaschen <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Ori.livneh <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: Swalling <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to