Changeset 16864 for trunk/wp-includes/media.php
- Timestamp:
- 12/10/2010 07:05:50 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r16740 r16864 855 855 if ( $captiontag && trim($attachment->post_excerpt) ) { 856 856 $output .= " 857 <{$captiontag} class=' gallery-caption'>857 <{$captiontag} class='wp-caption-text gallery-caption'> 858 858 " . wptexturize($attachment->post_excerpt) . " 859 859 </{$captiontag}>";
Note: See TracChangeset
for help on using the changeset viewer.