Changeset 25459
- Timestamp:
- 09/16/2013 08:36:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-advanced.php
r25122 r25459 470 470 ?> 471 471 472 <?php if ( (isset($post->post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?>472 <?php if ( '' === $post->post_title ) : ?> 473 473 <script type="text/javascript"> 474 474 try{document.post.title.focus();}catch(e){}
Note: See TracChangeset
for help on using the changeset viewer.