]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/edit-form-comment.php
WordPress 4.1.3
[autoinstalls/wordpress.git] / wp-admin / edit-form-comment.php
index b2950f77b529162093a5b1eb32ca1c9814f34d1e..d6e3d4e1a05880e90b349b16cddd9c039d482f93 100644 (file)
@@ -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;