Ticket #17931: 17931.diff
File 17931.diff, 526 bytes (added by , 13 years ago) |
---|
-
wp-admin/edit-form-advanced.php
306 306 </form> 307 307 </div> 308 308 309 <?php wp_comment_reply(); ?> 309 <?php 310 if ( post_type_supports( $post_type, 'comments' ) ) 311 wp_comment_reply(); 312 ?> 310 313 311 314 <?php if ((isset($post->post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?> 312 315 <script type="text/javascript">