Ticket #23900: 23900.patch
| File 23900.patch, 826 bytes (added by , 13 years ago) |
|---|
-
wp-admin/includes/post-formats.php
37 37 </a> 38 38 </div> 39 39 <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" /> 41 41 </div> 42 42 43 43 <div class="field wp-format-link wp-format-quote wp-format-image">