Changeset 19170
- Timestamp:
- 11/05/2011 05:41:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r19119 r19170 363 363 </div> 364 364 365 <?php wp_comment_reply(); ?> 365 <?php 366 if ( post_type_supports( $post_type, 'comments' ) ) 367 wp_comment_reply(); 368 ?> 366 369 367 370 <?php if ((isset($post->post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?>
Note: See TracChangeset
for help on using the changeset viewer.