Plugin Directory

Changeset 1327190


Ignore:
Timestamp:
01/13/2016 04:04:41 AM (10 years ago)
Author:
Jehan
Message:

comment: fix IM field display in comment form.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xmpp-auth/trunk/comment.php

    r427193 r1327190  
    3434    // XXX: I use the email class as it won't display well for some theme (example: twentyeleven) if there is no.
    3535    // 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>'
    3840        . '<input id="jid" name="jid" type="text" value="' . $comment_author_jid . '" size="30" aria-required="true" /></p>';
    3941    return $fields;
Note: See TracChangeset for help on using the changeset viewer.