Changeset 35341 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 10/21/2015 08:37:54 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/media-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r34049 r35341 1217 1217 <# if ( attachment.caption ) { #> 1218 1218 <dd class="wp-caption-text gallery-caption"> 1219 {{ attachment.caption}}1219 {{{ data.verifyHTML( attachment.caption ) }}} 1220 1220 </dd> 1221 1221 <# } #>
Note: See TracChangeset
for help on using the changeset viewer.