Make WordPress Core


Ignore:
Timestamp:
11/21/2012 01:05:44 PM (14 years ago)
Author:
nacin
Message:

Have media-new.php return simple rows of basic attachment data, with an 'Edit' link next to each taking them to post.php (in a new window). Not ideal, but this is largely a fallback screen at this point.

This is bolted on to existing code, the vast majority of which is destined to be ripped out in 3.6 once things settle.

see #22083.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-new.php

    r22752 r22755  
    9191                updateMediaForm();
    9292                post_id = 0;
    93                 shortform = 1;
     93                shortform = 3;
    9494        });
    9595        </script>
Note: See TracChangeset for help on using the changeset viewer.