Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21643, comment 7


Ignore:
Timestamp:
08/24/2012 10:07:28 PM (13 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21643, comment 7

    initial v1  
    33However if a user uploads a second bunch of images, it will be displayed on top of the previous one, which might also be confusing.
    44
    5 I guess the actual enhancement here would be to switch from sorting by ID (which depends on the order of uploading) to the alphabetical order in the Gallery tab. This wouldn't be the default behaviour, but makes sense as a plugin.
     5I guess the actual enhancement here would be to switch from sorting by ID (which depends on the order of uploading) to alphabetical order in the Gallery tab. This wouldn't be the default behaviour, but makes sense as a plugin.
    66
    77[attachment:keep-alphabetical-order.php] is a workaround plugin for that.