Make WordPress Core


Ignore:
Timestamp:
04/25/2013 02:18:49 AM (13 years ago)
Author:
markjaquith
Message:

Fix mangled image output in compat function.

props wonderboymusic. see #24175.

File:
1 edited

Legend:

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

    r24066 r24078  
    24292429            if ( ! empty( $meta['url'] ) )
    24302430                $image = sprint( $link_fmt, $image );
    2431         } elseif ( has_shortcode( $meta['image'], 'gallery' ) ) {
     2431        } elseif ( has_shortcode( $meta['image'], 'caption' ) ) {
    24322432            // wrap <img> in <a>
    24332433            if ( ! empty( $meta['url'] ) && false === strpos( $meta['image'], '<a ' ) ) {
Note: See TracChangeset for help on using the changeset viewer.