Make WordPress Core


Ignore:
Timestamp:
08/24/2008 06:56:22 AM (17 years ago)
Author:
azaozz
Message:

Reply to comments from admin, first run, see #7435

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r8712 r8720  
    326326</table>
    327327
    328 
    329 <?php
    330 
    331 
    332 
     328<?php
    333329}
    334330add_meta_box('commentstatusdiv', __('Comments on this Post'), 'post_comment_status_meta_box', 'post', 'normal', 'core');
     
    542538</form>
    543539
     540<?php wp_comment_reply(); ?>
     541
    544542<?php if ((isset($post->post_title) && '' == $post->post_title) || (isset($_GET['message']) && 2 > $_GET['message'])) : ?>
    545543<script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.