Make WordPress Core

Changeset 15741


Ignore:
Timestamp:
10/07/2010 08:06:31 AM (14 years ago)
Author:
markjaquith
Message:

Revert accidental inclusion in last commit... [15740]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class-oembed.php

    r15740 r15741  
    243243
    244244                $title = ( !empty($data->title) ) ? $data->title : '';
    245                 $return = '<a href="' . esc_url( $url ) . '"><img src="' . esc_url( $data->url ) . '" alt="' . esc_attr($title) . '" width="' . esc_attr($data->width) . '" height="' . esc_attr($data->height) . '" /></a>';
     245                $return = '<img src="' . esc_url( $data->url ) . '" alt="' . esc_attr($title) . '" width="' . esc_attr($data->width) . '" height="' . esc_attr($data->height) . '" />';
    246246                break;
    247247
Note: See TracChangeset for help on using the changeset viewer.