Changeset 8829

Show
Ignore:
Timestamp:
09/05/08 23:35:04 (3 months ago)
Author:
westi
Message:

Move comment reply into the single media item page section to fix notice when no media items.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/upload.php

    r8828 r8829  
    259259 
    260260<?php 
    261  
     261wp_comment_reply(); 
    262262endif; // comments 
    263263endif; // posts; 
     
    268268 
    269269<?php  
    270 wp_comment_reply(); 
     270 
    271271include('admin-footer.php'); 
    272272?>