Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r23095 r23291  
    14181418    }
    14191419
     1420    if ( $item )
     1421        $item = '<input type="hidden" name="attachments[' . $attachment_id . '][menu_order]" value="' . esc_attr( $post->menu_order ) . '" />' . $item;
     1422
    14201423    return array(
    14211424        'item'   => $item,
Note: See TracChangeset for help on using the changeset viewer.