Harej has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/350912 )

Change subject: Properly embedding interface messages in forms.
......................................................................

Properly embedding interface messages in forms.

'placeholder' --> 'placeholder-message'

Change-Id: I855e0fb30710928309faf5d4ff1b3a03337bba3b
---
M includes/CollaborationHubContentEditor.php
M includes/CollaborationListContentEditor.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CollaborationKit 
refs/changes/12/350912/1

diff --git a/includes/CollaborationHubContentEditor.php 
b/includes/CollaborationHubContentEditor.php
index bed2af3..6011fa6 100644
--- a/includes/CollaborationHubContentEditor.php
+++ b/includes/CollaborationHubContentEditor.php
@@ -95,7 +95,7 @@
                        'type' => 'textarea',
                        'cssclass' => 'mw-ck-introduction-input',
                        'label-message' => 
'collaborationkit-hubedit-introduction',
-                       'placeholder' => 
'collaborationkit-hubedit-introduction-placeholder',
+                       'placeholder-message' => 
'collaborationkit-hubedit-introduction-placeholder',
                        'name' => 'wpCollabHubIntroduction',
                        'default' => $parts[1],
                        'rows' => 8,
diff --git a/includes/CollaborationListContentEditor.php 
b/includes/CollaborationListContentEditor.php
index c7b44cf..f335979 100644
--- a/includes/CollaborationListContentEditor.php
+++ b/includes/CollaborationListContentEditor.php
@@ -54,7 +54,7 @@
                                'type' => 'textarea',
                                'cssclass' => 'mw-ck-introduction-input',
                                'label-message' => 
'collaborationkit-listedit-description',
-                               'placeholder' => 
'collaborationkit-listedit-description-placeholder',
+                               'placeholder-message' => 
'collaborationkit-listedit-description-placeholder',
                                'name' => 'wpCollabListDescription',
                                'default' => $parts[0],
                                'rows' => 4,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I855e0fb30710928309faf5d4ff1b3a03337bba3b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CollaborationKit
Gerrit-Branch: master
Gerrit-Owner: Harej <jamesmh...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to