Make WordPress Core


Ignore:
Timestamp:
12/02/2012 04:06:31 PM (13 years ago)
Author:
nacin
Message:

Allow the 'Uploaded to this post' view to be sorted, saving the resulting order as menu_order.

This functionality is designed to be backwards compatible with manual querying for attachments by menu_order.

props koopersmith.
see #22607.

File:
1 edited

Legend:

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

    r22948 r22967  
    14341434        $post = get_post( $args['post'] );
    14351435        $settings['postId'] = $post->ID;
     1436        $settings['nonce']['updatePost'] = wp_create_nonce( 'update-post_' . $post->ID );
    14361437    }
    14371438
Note: See TracChangeset for help on using the changeset viewer.