Make WordPress Core


Ignore:
Timestamp:
03/16/2009 01:05:09 PM (17 years ago)
Author:
azaozz
Message:

Add sort order for the gallery in the uploader

File:
1 edited

Legend:

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

    r10774 r10793  
    15491549-->
    15501550</script>
    1551 
     1551<div id="sort-buttons" class="hide-if-no-js">
     1552<?php _e('Sort Order:'); ?>
     1553<a href="#" id="asc"><?php _e('Ascending'); ?></a>
     1554<a href="#" id="desc"><?php _e('Descending'); ?></a>
     1555<a href="#" id="clear"><?php _e('Clear'); ?></a>
     1556</div>
    15521557<form enctype="multipart/form-data" method="post" action="<?php echo attribute_escape($form_action_url); ?>" class="media-upload-form validate" id="gallery-form">
    15531558<?php wp_nonce_field('media-form'); ?>
Note: See TracChangeset for help on using the changeset viewer.