Ticket #19890: functions.diff
File functions.diff, 546 bytes (added by , 13 years ago) |
---|
-
wp-includes/functions.php
517 517 } 518 518 } 519 519 520 $post_links = apply_filters( 'enclosure_links', $post_links ); 521 520 522 foreach ( (array) $post_links as $url ) { 521 523 if ( $url != '' && !$wpdb->get_var( $wpdb->prepare( "SELECT post_id FROM $wpdb->postmeta WHERE post_id = %d AND meta_key = 'enclosure' AND meta_value LIKE (%s)", $post_ID, like_escape( $url ) . '%' ) ) ) { 522 524