RTL: Fix modal alignments.
* Prevent horizontal scrollbars in Chrome. * URL fields should be always LTR. * Force the plugin details to be LTR for all screens, see #19778. fixes #29352. Built from https://develop.svn.wordpress.org/trunk@29623 git-svn-id: http://core.svn.wordpress.org/trunk@29397 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -452,7 +452,7 @@ function wp_comment_reply($position = '1', $checkbox = false, $mode = 'single',
|
||||
|
||||
<div class="inside">
|
||||
<label for="author-url"><?php _e('URL') ?></label>
|
||||
<input type="text" id="author-url" name="newcomment_author_url" size="103" value="" />
|
||||
<input type="text" id="author-url" name="newcomment_author_url" class="code" size="103" value="" />
|
||||
</div>
|
||||
<div style="clear:both;"></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user