Changeset 30908 for branches/4.1/src/wp-admin/edit-form-advanced.php
- Timestamp:
- 12/16/2014 03:51:54 PM (8 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-admin/edit-form-advanced.php
r30892 r30908 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.