Changeset 1327190
- Timestamp:
- 01/13/2016 04:04:41 AM (10 years ago)
- File:
-
- 1 edited
-
xmpp-auth/trunk/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xmpp-auth/trunk/comment.php
r427193 r1327190 34 34 // XXX: I use the email class as it won't display well for some theme (example: twentyeleven) if there is no. 35 35 // XXX: the aria-required parameter is apparently for screen readers. Good for accessibility. 36 $fields['jid'] = '<p class="comment-form-email"><label for="jid" title="Jabber ID (will not be published)">' . __('Messaging', 'xmpp-auth') . '</label>' 37 . ($jid_validate? '<span class="required">*</span>' : '') 36 $fields['jid'] = '<p class="comment-form-email"><label for="jid" title="Jabber ID (will not be published)">' 37 . __('Instant Messaging address', 'xmpp-auth') 38 . ($jid_validate? ' <span class="required">*</span>' : '') 39 . '</label>' 38 40 . '<input id="jid" name="jid" type="text" value="' . $comment_author_jid . '" size="30" aria-required="true" /></p>'; 39 41 return $fields;
Note: See TracChangeset
for help on using the changeset viewer.