Make WordPress Core

Changeset 8829


Ignore:
Timestamp:
09/05/2008 11:35:04 PM (16 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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?>
Note: See TracChangeset for help on using the changeset viewer.