Make WordPress Core

Ticket #23900: 23900.patch

File 23900.patch, 826 bytes (added by johnbillion, 13 years ago)
  • wp-admin/includes/post-formats.php

     
    3737                        </a>
    3838                </div>
    3939                <label for="_wp_format_image" class="screen-reader-text"><?php _e( 'Image URL' ); ?>:</label>
    40                 <input id="wp_format_image" type="hidden" name="_wp_format_image" value="<?php echo esc_url( $format_meta['image'] ); ?>" placeholder="<?php esc_attr_e( 'Image URL' ); ?>" class="widefat" />
     40                <input id="wp_format_image" type="hidden" name="_wp_format_image" value="<?php echo absint( $format_meta['image'] ); ?>" placeholder="<?php esc_attr_e( 'Image URL' ); ?>" class="widefat" />
    4141        </div>
    4242
    4343        <div class="field wp-format-link wp-format-quote wp-format-image">