Changeset 30842 for trunk/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 12/13/2014 10:07:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r30754 r30842 648 648 ?> 649 649 650 <?php if ( post_type_supports( $post_type, 'title' ) && '' === $post->post_title ) : ?>650 <?php if ( ! wp_is_mobile() && post_type_supports( $post_type, 'title' ) && '' === $post->post_title ) : ?> 651 651 <script type="text/javascript"> 652 652 try{document.post.title.focus();}catch(e){}
Note: See TracChangeset
for help on using the changeset viewer.