Changes from trunk/wp-includes/media.php at r8313 to branches/2.6/wp-includes/media.php at r8607
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/wp-includes/media.php
r8313 r8607 355 355 356 356 function img_caption_shortcode($attr, $content = null) { 357 358 if ( defined('CAPTIONS_OFF') && true == CAPTIONS_OFF )359 return $content;360 357 361 358 // Allow plugins/themes to override the default caption template.
Note: See TracChangeset
for help on using the changeset viewer.