Changeset 8720 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 08/24/2008 06:56:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r8712 r8720 326 326 </table> 327 327 328 329 <?php 330 331 332 328 <?php 333 329 } 334 330 add_meta_box('commentstatusdiv', __('Comments on this Post'), 'post_comment_status_meta_box', 'post', 'normal', 'core'); … … 542 538 </form> 543 539 540 <?php wp_comment_reply(); ?> 541 544 542 <?php if ((isset($post->post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?> 545 543 <script type="text/javascript">
Note: See TracChangeset
for help on using the changeset viewer.