Make WordPress Core


Ignore:
Timestamp:
05/05/2009 07:35:03 AM (16 years ago)
Author:
azaozz
Message:

Escape caption in [gallery] output, props MattyRob, fixes #8763

File:
1 edited

Legend:

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

    r11109 r11200  
    685685            $output .= "
    686686                <{$captiontag} class='gallery-caption'>
    687                 {$attachment->post_excerpt}
     687                " . wp_specialchars($attachment->post_excerpt) . "
    688688                </{$captiontag}>";
    689689        }
Note: See TracChangeset for help on using the changeset viewer.