Make WordPress Core

Ticket #17866: patch.diff

File patch.diff, 554 bytes (added by hew, 14 years ago)
  • wp-admin/includes/media.php

     
    10871087                        'input'      => 'textarea'
    10881088                ),
    10891089                'url'          => array(
    1090                         'label'      => __('Link URL'),
     1090                        'label'      => __('Link Image To:'),
    10911091                        'input'      => 'html',
    10921092                        'html'       => image_link_input_fields($post, get_option('image_default_link_type')),
    10931093                        'helps'      => __('Enter a link URL or click above for presets.')