Make WordPress Core


Ignore:
Timestamp:
04/02/2014 02:41:24 AM (12 years ago)
Author:
azaozz
Message:

Drag and drop files on the editor to upload: add new argument to wp_editor() to enable, fixes #27465

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-form-advanced.php

    r27864 r27901  
    480480<?php wp_editor( $post->post_content, 'content', array(
    481481    'dfw' => true,
     482    'drag_drop_upload' => true,
    482483    'tabfocus_elements' => 'insert-media-button,save-post',
    483484    'editor_height' => 360,
Note: See TracChangeset for help on using the changeset viewer.