scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WordPress 4.1.2-scripts
[autoinstalls/wordpress.git]
/
wp-admin
/
edit-form-comment.php
diff --git
a/wp-admin/edit-form-comment.php
b/wp-admin/edit-form-comment.php
index b2950f77b529162093a5b1eb32ca1c9814f34d1e..d6e3d4e1a05880e90b349b16cddd9c039d482f93 100644
(file)
--- a/
wp-admin/edit-form-comment.php
+++ b/
wp-admin/edit-form-comment.php
@@
-155,6
+155,8
@@
do_meta_boxes(null, 'normal', $comment);
</div>
</form>
+<?php if ( ! wp_is_mobile() ) : ?>
<script type="text/javascript">
try{document.post.name.focus();}catch(e){}
</script>
+<?php endif;