Make WordPress Core


Ignore:
Timestamp:
01/28/2014 09:16:42 PM (11 years ago)
Author:
azaozz
Message:

Introduce Edit Image (single mode) in the media modal and use it to edit images inserted in the editor. Adds new feature: replace an image in the editor. Props gcorne, see #24409.

File:
1 edited

Legend:

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

    r26915 r27050  
    19681968        'select'      => __( 'Select' ),
    19691969        'cancel'      => __( 'Cancel' ),
     1970        'update'      => __( 'Update' ),
     1971        'replace'     => __( 'Replace' ),
    19701972        /* translators: This is a would-be plural string used in the media manager.
    19711973           If there is not a word you can use in your language to avoid issues with the
     
    20062008        'addToGalleryTitle'  => __( 'Add to Gallery' ),
    20072009        'reverseOrder'       => __( 'Reverse order' ),
     2010
     2011
     2012        // Edit Image
     2013        'imageDetailsTitle'     => __( 'Image Details' ),
     2014        'imageReplaceTitle'     => __( 'Replace Image' ),
     2015        'imageDetailsCancel'     => __( 'Cancel Edit' )
    20082016    );
    20092017
Note: See TracChangeset for help on using the changeset viewer.